mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
committed by
Richard Purdie
parent
ce8cb734a0
commit
fb92046d99
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user