]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-tools.bb: avoid multiple RRECOMMENDS to override each other
authorKevin Tian <kevin.tian@intel.com>
Mon, 6 Sep 2010 02:25:15 +0000 (10:25 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 6 Sep 2010 14:59:45 +0000 (15:59 +0100)
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>
meta/packages/tasks/task-poky-tools.bb

index b9aab60f598b47e50d2c2d17aea47396d6cf6740..581af84ef4947c2a51301b15185ab04a58ea8ae4 100644 (file)
@@ -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 \