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>
DESCRIPTION = "Tools tasks for Poky"
LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
PACKAGES = "\
task-poky-tools-debug \
lttng-viewer"
RRECOMMENDS_task-poky-tools-profile = "\
- perf"
+ perf \
+ kernel-module-oprofile"
# exmap-console
# exmap-server
RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust"
-RRECOMMENDS_task-poky-tools-profile = "\
- kernel-module-oprofile"
-
RDEPENDS_task-poky-tools-testapps = "\
blktool \
tslib-calibrate \