From: Dexuan Cui Date: Tue, 20 Jul 2010 08:32:04 +0000 (+0800) Subject: task-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86 X-Git-Tag: 2011-1~5211 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fb92046d99d763195b15f819c5b94049df6d7da4;p=openembedded-core.git 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 Signed-off-by: Dexuan Cui --- diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb index 7c539c0764..129a7d66db 100644 --- a/meta/packages/tasks/task-poky-tools.bb +++ b/meta/packages/tasks/task-poky-tools.bb @@ -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"