diff options
-rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 44520a75c7..eed4afb69e 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
@@ -53,6 +53,11 @@ RRECOMMENDS_task-core-tools-profile = "\ | |||
53 | sysprof \ | 53 | sysprof \ |
54 | " | 54 | " |
55 | 55 | ||
56 | # systemtap needs elfutils which is not fully buildable on uclibc | ||
57 | # hence we exclude it from uclibc based builds | ||
58 | SYSTEMTAP = "systemtap" | ||
59 | SYSTEMTAP_libc-uclibc = "" | ||
60 | |||
56 | # exmap-console | 61 | # exmap-console |
57 | # exmap-server | 62 | # exmap-server |
58 | 63 | ||
@@ -60,9 +65,9 @@ RRECOMMENDS_task-core-tools-profile = "\ | |||
60 | # qemux86/qemux86-64/qemuppc/qemuarm/emenlow/atom-pc since upstream liburcu | 65 | # 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 | 66 | # (which is required by lttng-ust) may not build on other platforms, like |
62 | # MIPS. | 67 | # MIPS. |
63 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" | 68 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust ${SYSTEMTAP}" |
64 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" | 69 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust ${SYSTEMTAP}" |
65 | RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" | 70 | RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust ${SYSTEMTAP}" |
66 | RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust" | 71 | RDEPENDS_task-core-tools-profile_append_qemuarm = " lttng-ust" |
67 | 72 | ||
68 | RDEPENDS_task-core-tools-testapps = "\ | 73 | RDEPENDS_task-core-tools-testapps = "\ |