aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-09-06 10:25:15 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-06 15:59:45 +0100
commite359e25dc73ca496d1bac49ac4d68a7c18bd7d8a (patch)
tree0c07bb58497010e2d18f6843b24d4d9bb208fb2b /meta/packages
parent95b2d9395e62a770f976b97175247d4e7522d9b6 (diff)
downloadopenembedded-core-contrib-e359e25dc73ca496d1bac49ac4d68a7c18bd7d8a.tar.gz
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>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/tasks/task-poky-tools.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb
index b9aab60f59..581af84ef4 100644
--- a/meta/packages/tasks/task-poky-tools.bb
+++ b/meta/packages/tasks/task-poky-tools.bb
@@ -4,7 +4,7 @@
DESCRIPTION = "Tools tasks for Poky"
LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
PACKAGES = "\
task-poky-tools-debug \
@@ -43,7 +43,8 @@ RDEPENDS_task-poky-tools-profile = "\
lttng-viewer"
RRECOMMENDS_task-poky-tools-profile = "\
- perf"
+ perf \
+ kernel-module-oprofile"
# exmap-console
# 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_netbook = " lttng-ust"
-RRECOMMENDS_task-poky-tools-profile = "\
- kernel-module-oprofile"
-
RDEPENDS_task-poky-tools-testapps = "\
blktool \
tslib-calibrate \