[Title] print pkg_version
authorgiwoong.kim <giwoong.kim@samsung.com>
Mon, 20 Aug 2012 03:15:50 +0000 (12:15 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Mon, 20 Aug 2012 03:15:50 +0000 (12:15 +0900)
[Type] release
[Module] Emulator / log
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/Makefile

index f43b5ef..a1efa47 100755 (executable)
@@ -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)