The real fix for build failure: linkage problem 36/11136/1
authorChengwei Yang <chengwei.yang@intel.com>
Mon, 21 Oct 2013 05:50:43 +0000 (13:50 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Mon, 21 Oct 2013 06:13:44 +0000 (14:13 +0800)
commit4ec10add86660eca3c0aafb809168bb57133750b
tree5376cefc398367cdea3a4c5b472657596c3f2508
parentc1dbc876c07696a36a2e091d97fcd5a1e740c584
The real fix for build failure: linkage problem

pkgmgr_parser.so does depends on symbol defined in pkgmgr-info.so, so
the later one should comes after pkgmgr_parser at link stage.

Bug: https://bugs.tizen.org/jira/browse/PTREL-134
Change-Id: I419939f27740c67db911891ba07de6d763c0a66c
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
tool/CMakeLists.txt