summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-poky-tools.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks/task-poky-tools.bb')
-rw-r--r--meta/recipes-core/tasks/task-poky-tools.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-poky-tools.bb
index 9181941bf7..0a2533c525 100644
--- a/meta/recipes-core/tasks/task-poky-tools.bb
+++ b/meta/recipes-core/tasks/task-poky-tools.bb
@@ -4,7 +4,7 @@
4 4
5DESCRIPTION = "Tools tasks for Poky" 5DESCRIPTION = "Tools tasks for Poky"
6LICENSE = "MIT" 6LICENSE = "MIT"
7PR = "r7" 7PR = "r8"
8 8
9PACKAGES = "\ 9PACKAGES = "\
10 task-poky-tools-debug \ 10 task-poky-tools-debug \
@@ -52,14 +52,14 @@ RRECOMMENDS_task-poky-tools-profile = "\
52# exmap-server 52# exmap-server
53 53
54# At present we only build lttng-ust on 54# At present we only build lttng-ust on
55# qemux86/qemux86-64/qemuppc/emenlow/netbook since upstream liburcu 55# qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu
56# (which is required by lttng-ust) may not build on other platforms, like 56# (which is required by lttng-ust) may not build on other platforms, like
57# MIPS and qemu ARMv5te that poky uses now. 57# MIPS and qemu ARMv5te that poky uses now.
58RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" 58RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust"
59RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" 59RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust"
60RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" 60RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust"
61RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" 61RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
62RDEPENDS_task-poky-tools-profile_append_netbook = " lttng-ust" 62RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust"
63 63
64RDEPENDS_task-poky-tools-testapps = "\ 64RDEPENDS_task-poky-tools-testapps = "\
65 blktool \ 65 blktool \