From patchwork Mon Mar 18 12:26:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/5] lttng-tools: remove the COMPATIBLE_HOST check Date: Mon, 18 Mar 2013 12:26:47 -0000 From: Maxin B. John X-Patchwork-Id: 46377 Message-Id: <1363609608-11554-5-git-send-email-maxin.john@enea.com> To: , , , Cc: openembedded-core@lists.openembedded.org, "Maxin B. John" , dexuan.cui@intel.com From: "Maxin B. John" liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John --- meta/recipes-kernel/lttng/lttng-tools_2.1.0.bb | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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 16e1ccc..e7ce7fc 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.*'