From: Richard Purdie Date: Mon, 18 Mar 2013 13:26:02 +0000 (+0000) Subject: libuucu: Remove the COMPATIBLE_HOST check X-Git-Tag: yocto-4.0~33544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2958de61fdf60b484b718b7def3d34ad3853725a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libuucu: 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: Richard Purdie --- diff --git a/meta/recipes-support/liburcu/liburcu_0.7.6.bb b/meta/recipes-support/liburcu/liburcu_0.7.6.bb index 6e3ab22717a..1b57d101d5f 100644 --- a/meta/recipes-support/liburcu/liburcu_0.7.6.bb +++ b/meta/recipes-support/liburcu/liburcu_0.7.6.bb @@ -17,7 +17,3 @@ SRC_URI[sha256sum] = "71f2c0b75f3473e4d7aa6ac5111ca4d9cccccd5d131e87b53a07d35bd2 S = "${WORKDIR}/userspace-rcu-${PV}" CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" inherit autotools - -# liburcu, which is only used by lttng-ust, may not build on other -# platforms, like MIPS. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*'