mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
task-poky-tools.bb: avoid multiple RRECOMMENDS to override each other
there're two RRECOMMENDS_task-poky-tools-profile both using direct assignment, which makes 'perf' overriden by "kernel-module-oprofile" Fix [BUGID #97] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
95b2d9395e
commit
e359e25dc7
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
DESCRIPTION = "Tools tasks for Poky"
|
DESCRIPTION = "Tools tasks for Poky"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
task-poky-tools-debug \
|
task-poky-tools-debug \
|
||||||
@@ -43,7 +43,8 @@ RDEPENDS_task-poky-tools-profile = "\
|
|||||||
lttng-viewer"
|
lttng-viewer"
|
||||||
|
|
||||||
RRECOMMENDS_task-poky-tools-profile = "\
|
RRECOMMENDS_task-poky-tools-profile = "\
|
||||||
perf"
|
perf \
|
||||||
|
kernel-module-oprofile"
|
||||||
|
|
||||||
# exmap-console
|
# exmap-console
|
||||||
# exmap-server
|
# exmap-server
|
||||||
@@ -58,9 +59,6 @@ RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust"
|
|||||||
RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
|
||||||
RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust"
|
||||||
|
|
||||||
RRECOMMENDS_task-poky-tools-profile = "\
|
|
||||||
kernel-module-oprofile"
|
|
||||||
|
|
||||||
RDEPENDS_task-poky-tools-testapps = "\
|
RDEPENDS_task-poky-tools-testapps = "\
|
||||||
blktool \
|
blktool \
|
||||||
tslib-calibrate \
|
tslib-calibrate \
|
||||||
|
|||||||
Reference in New Issue
Block a user