From: giwoong.kim Date: Mon, 20 Aug 2012 03:15:50 +0000 (+0900) Subject: [Title] print pkg_version X-Git-Tag: TizenStudio_2.0_p2.3~1382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64b112ce11f0c855c3b3ee4d1340d733be4b8271;p=sdk%2Femulator%2Fqemu.git [Title] print pkg_version [Type] release [Module] Emulator / log [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/src/Makefile b/tizen/src/Makefile index f43b5ef..a1efa47 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -31,7 +31,8 @@ build_info: @echo "/* Automatically generated by Makefile - do not modify! */" > build_info.h @echo "const char build_version[] = \"`cat VERSION`\";" >> build_info.h @echo "const char build_date[] = \"`date +"%F %T %Z"`\";" >> build_info.h - @echo "const char pkginfo_version[] = \"`sed -n '2p' ./../../package/pkginfo.manifest`\";" >> build_info.h + @echo "const char pkginfo_version[] = \"`sed -n '1p' ./../../package/pkginfo.manifest`\";" >> build_info.h + @echo "const char pkginfo_maintainer[] = \"`sed -n '2p' ./../../package/pkginfo.manifest`\";" >> build_info.h ffmpeg: cd ../distrib/libav/ && $(MAKE)