babeltrace: remove the COMPATIBLE_HOST check
authorMaxin B. John <maxin.john@enea.com>
Mon, 18 Mar 2013 12:26:45 +0000 (13:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 13:26:37 +0000 (13:26 +0000)
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>
meta/recipes-kernel/lttng/babeltrace_1.0.3.bb

index dee900e..1e006e0 100644 (file)
@@ -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.*'