summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks')
-rw-r--r--meta/recipes-core/tasks/task-core-tools.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb
index 958dff12a0..9b2a4ce8ee 100644
--- a/meta/recipes-core/tasks/task-core-tools.bb
+++ b/meta/recipes-core/tasks/task-core-tools.bb
@@ -2,11 +2,11 @@
2# Copyright (C) 2008 OpenedHand Ltd. 2# Copyright (C) 2008 OpenedHand Ltd.
3# 3#
4 4
5DESCRIPTION = "Tools tasks for Poky" 5DESCRIPTION = "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 = "r8" 9PR = "r9"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-tools-debug \ 12 task-core-tools-debug \
@@ -57,9 +57,9 @@ RRECOMMENDS_task-core-tools-profile = "\
57# exmap-server 57# exmap-server
58 58
59# At present we only build lttng-ust on 59# At present we only build lttng-ust on
60# qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu 60# qemux86/qemux86-64/qemuppc/qemuarm/emenlow/atom-pc since upstream liburcu
61# (which is required by lttng-ust) may not build on other platforms, like 61# (which is required by lttng-ust) may not build on other platforms, like
62# MIPS and qemu ARMv5te that poky uses now. 62# MIPS.
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"