[oe-commits] Maxin B. John : babeltrace: remove the COMPATIBLE_HOST check

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 13:25:02 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 36f094e766ba5a1c3811e7aa28d75790e09cb9e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=36f094e766ba5a1c3811e7aa28d75790e09cb9e4

Author: Maxin B. John <maxin.john at enea.com>
Date:   Mon Mar 18 13:26:45 2013 +0100

babeltrace: remove the COMPATIBLE_HOST check

liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST
check intended for MIPS.

Signed-off-by: Maxin B. John <maxin.john at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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.*'





More information about the Openembedded-commits mailing list