summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-05-03 21:28:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 12:26:32 +0100
commitc4d01fc8aa3d5823e776f4b33becfad39cfc47ef (patch)
tree64e198d0d41efdf89b66a279840635b349595127 /meta/recipes-core/tasks
parent3a41c1eb3efd8e48738d0e28c738db4c3e925aa1 (diff)
downloadpoky-c4d01fc8aa3d5823e776f4b33becfad39cfc47ef.tar.gz
task-core-tools.bb: properly enable lttng-ust for ARM
Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. (From OE-Core rev: 50a54e885e3ec1c889f754fa3f5dce0072cfb6c9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-core-tools.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb
index 01e93ece65..23cbaf29da 100644
--- a/meta/recipes-core/tasks/task-core-tools.bb
+++ b/meta/recipes-core/tasks/task-core-tools.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r9" 9PR = "r10"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-tools-debug \ 12 task-core-tools-debug \
@@ -63,6 +63,7 @@ RRECOMMENDS_task-core-tools-profile = "\
63RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" 63RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap"
64RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" 64RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap"
65RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" 65RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap"
66RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust"
66 67
67RDEPENDS_task-core-tools-testapps = "\ 68RDEPENDS_task-core-tools-testapps = "\
68 blktool \ 69 blktool \