]> code.ossystems Code Review - openembedded-core.git/commit
task-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 20 Jul 2010 08:32:04 +0000 (16:32 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 15:00:54 +0000 (16:00 +0100)
commitfb92046d99d763195b15f819c5b94049df6d7da4
tree1b3015bc252cbe55f1904b76a3b23228023a80e6
parentce8cb734a047550998ad25cd911d2af44e2d2bca
task-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86

Change
RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
to
RDEPENDS_append_task-poky-tools-profile_qemux86 = "valgrind", or else
RDEPENDS_task-poky-tools-profile would be overriden and only holds valgrind,
as a result, the 5 packages oprofile/oprofileui-server/powertop/... aren't
built into the target image at all.

Thanks Kevin a lot for tracking the issue down.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/tasks/task-poky-tools.bb