diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:26:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:26:37 +0000 |
commit | e5a2702653db082203455e3739d7838863c859ba (patch) | |
tree | f8b991c19fc867fc9ec54ebc1346ac3c93d12934 /meta | |
parent | dcf4807e74d195c80be1886f07cf9b3e54c6fea2 (diff) | |
download | poky-e5a2702653db082203455e3739d7838863c859ba.tar.gz |
libuucu: 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: 2958de61fdf60b484b718b7def3d34ad3853725a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.7.6.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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 | |||
17 | S = "${WORKDIR}/userspace-rcu-${PV}" | 17 | S = "${WORKDIR}/userspace-rcu-${PV}" |
18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" |
19 | inherit autotools | 19 | inherit autotools |
20 | |||
21 | # liburcu, which is only used by lttng-ust, may not build on other | ||
22 | # platforms, like MIPS. | ||
23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' | ||