]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index 7c539c0764ddb205856c45400114cf5bf3bd0c57..129a7d66db759f57b42cf393eba372e0cb929a4e 100644 (file)
@@ -44,7 +44,7 @@ RDEPENDS_task-poky-tools-profile = "\
 #    exmap-server
 
 
-RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
+RDEPENDS_append_task-poky-tools-profile_qemux86 = "valgrind"
 
 RRECOMMENDS_task-poky-tools-profile = "\
     kernel-module-oprofile"