From 64b112ce11f0c855c3b3ee4d1340d733be4b8271 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Mon, 20 Aug 2012 12:15:50 +0900 Subject: [PATCH] [Title] print pkg_version [Type] release [Module] Emulator / log [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tizen/src/Makefile b/tizen/src/Makefile index f43b5ef40c..a1efa4741f 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) -- 2.34.1