From b5017ee007d03bcb1e198a50ada9b553bd72c334 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 18 Mar 2013 13:26:45 +0100 Subject: babeltrace: 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: 36f094e766ba5a1c3811e7aa28d75790e09cb9e4) Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/babeltrace_1.0.3.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb index dee900e5a4..1e006e01a8 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb @@ -21,8 +21,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.*' -- cgit 1.2.3-korg