diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-03-18 13:26:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:26:36 +0000 |
commit | 5bbc8ef013ca06846b1eae3a975ac8f5ed9c79dc (patch) | |
tree | 1e33613f4ee05861e097188a0aaa02b26e7d65e8 | |
parent | a7847d94ce7c5de4f8808ccd15b908a02499f19f (diff) | |
download | poky-5bbc8ef013ca06846b1eae3a975ac8f5ed9c79dc.tar.gz |
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 <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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" | |||
30 | # the libexec insane test so skip it. | 30 | # the libexec insane test so skip it. |
31 | INSANE_SKIP_${PN} = "libexec" | 31 | INSANE_SKIP_${PN} = "libexec" |
32 | INSANE_SKIP_${PN}-dbg = "libexec" | 32 | INSANE_SKIP_${PN}-dbg = "libexec" |
33 | |||
34 | # Due to liburcu not building for MIPS currently this recipe needs to | ||
35 | # be limited also. | ||
36 | # So here let us first suppport x86/arm/powerpc platforms now. | ||
37 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' | ||