From 5bbc8ef013ca06846b1eae3a975ac8f5ed9c79dc Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 18 Mar 2013 13:26:47 +0100 Subject: lttng-tools: 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: 3bfca9654c257217e2d7821c6d8fc0abe1e672ff) Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb index 16e1ccc7c7..e7ce7fc0ae 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb @@ -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.*' -- cgit v1.2.3-54-g00ecf