]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: remove the COMPATIBLE_HOST check
authorMaxin B. John <maxin.john@enea.com>
Mon, 18 Mar 2013 12:26:46 +0000 (13:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 13:25:18 +0000 (13:25 +0000)
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@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb

index 8f8bbc7aee1ffc1b24d06e3cca157b39dd0d3e1a..782e9dbf0505c4f8e718330f71578d892562a760 100644 (file)
@@ -31,8 +31,3 @@ S = "${WORKDIR}/git"
 do_configure_prepend () {
        ( cd ${S}; ${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.*'