diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-03-18 13:26:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:26:37 +0000 |
commit | dcf4807e74d195c80be1886f07cf9b3e54c6fea2 (patch) | |
tree | 8622b2fd192dffadfa6283b145baeb3461f98460 /meta/recipes-kernel | |
parent | b5017ee007d03bcb1e198a50ada9b553bd72c334 (diff) | |
download | poky-dcf4807e74d195c80be1886f07cf9b3e54c6fea2.tar.gz |
lttng-ust: 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: e1549656253ff3f4923c3d27b72576f955c6ed2d)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb index 8f8bbc7aee..782e9dbf05 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | |||
@@ -31,8 +31,3 @@ S = "${WORKDIR}/git" | |||
31 | do_configure_prepend () { | 31 | do_configure_prepend () { |
32 | ( cd ${S}; ${S}/bootstrap ) | 32 | ( cd ${S}; ${S}/bootstrap ) |
33 | } | 33 | } |
34 | |||
35 | # Due to liburcu not building for MIPS currently this recipe needs to | ||
36 | # be limited also. | ||
37 | # So here let us first suppport x86/arm/powerpc platforms now. | ||
38 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' | ||