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>
This commit is contained in:
Dexuan Cui 2010-07-20 16:32:04 +08:00 committed by Richard Purdie
parent ce8cb734a0
commit fb92046d99
1 changed files with 1 additions and 1 deletions

View 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"