From: "Maxin B. John" <[email protected]> liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS.
Signed-off-by: Maxin B. John <[email protected]> --- 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 2117981..eb683dd 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" do_configure_prepend () { ${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.*' -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
