summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-03-18 13:26:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:26:37 +0000
commitb5017ee007d03bcb1e198a50ada9b553bd72c334 (patch)
treebfa78f197e122e16ea38a3f0bab5383a36ac3e85 /meta/recipes-kernel/lttng
parent5bbc8ef013ca06846b1eae3a975ac8f5ed9c79dc (diff)
downloadast2050-yocto-poky-b5017ee007d03bcb1e198a50ada9b553bd72c334.zip
ast2050-yocto-poky-b5017ee007d03bcb1e198a50ada9b553bd72c334.tar.gz
babeltrace: remove the COMPATIBLE_HOST check
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. (From OE-Core rev: 36f094e766ba5a1c3811e7aa28d75790e09cb9e4) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.0.3.bb5
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 dee900e..1e006e0 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"
do_configure_prepend () {
${S}/bootstrap
}
-
-# Due to liburcu not building for MIPS currently this recipe needs to
-# be limited also.
-# So here let us first suppport x86/arm/powerpc platforms now.
-COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'
OpenPOWER on IntegriCloud