summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
index 8f8bbc7aee..782e9dbf05 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
@@ -31,8 +31,3 @@ S = "${WORKDIR}/git"
31do_configure_prepend () { 31do_configure_prepend () {
32 ( cd ${S}; ${S}/bootstrap ) 32 ( cd ${S}; ${S}/bootstrap )
33} 33}
34
35# Due to liburcu not building for MIPS currently this recipe needs to
36# be limited also.
37# So here let us first suppport x86/arm/powerpc platforms now.
38COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'