diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.0.3.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb index dee900e5a4..1e006e01a8 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb | |||
@@ -21,8 +21,3 @@ S = "${WORKDIR}/git" | |||
21 | do_configure_prepend () { | 21 | do_configure_prepend () { |
22 | ${S}/bootstrap | 22 | ${S}/bootstrap |
23 | } | 23 | } |
24 | |||
25 | # Due to liburcu not building for MIPS currently this recipe needs to | ||
26 | # be limited also. | ||
27 | # So here let us first suppport x86/arm/powerpc platforms now. | ||
28 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' | ||