]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-tools: remove the COMPATIBLE_HOST check
authorMaxin B. John <maxin.john@enea.com>
Mon, 18 Mar 2013 12:26:47 +0000 (13:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 13:23:00 +0000 (13:23 +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-tools_2.1.0.bb

index 16e1ccc7c72de75761fab805a9656a756f77097a..e7ce7fc0aee4b4070ea8d3a2b69c7501352b1ba7 100644 (file)
@@ -30,8 +30,3 @@ FILES_${PN}-dbg += "${libdir}/lttng/libexec/.debug"
 # the libexec insane test so skip it.
 INSANE_SKIP_${PN} = "libexec"
 INSANE_SKIP_${PN}-dbg = "libexec"
-
-# 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.*'