From 2958de61fdf60b484b718b7def3d34ad3853725a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 18 Mar 2013 13:26:02 +0000 Subject: 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 --- meta/recipes-support/liburcu/liburcu_0.7.6.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-support/liburcu') diff --git a/meta/recipes-support/liburcu/liburcu_0.7.6.bb b/meta/recipes-support/liburcu/liburcu_0.7.6.bb index 6e3ab22717..1b57d101d5 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.*' -- cgit 1.2.3-korg