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:23:00 +0000 |
commit | 3bfca9654c257217e2d7821c6d8fc0abe1e672ff (patch) | |
tree | c02b17bf43d0cc74715da4e09803e1d927c475c1 | |
parent | e1da97afbf7bb1609ece15a529befab213fa4466 (diff) | |
download | openembedded-core-3bfca9654c257217e2d7821c6d8fc0abe1e672ff.tar.gz openembedded-core-3bfca9654c257217e2d7821c6d8fc0abe1e672ff.tar.bz2 openembedded-core-3bfca9654c257217e2d7821c6d8fc0abe1e672ff.zip |
lttng-tools: remove the COMPATIBLE_HOST check
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST
check intended for MIPS.
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" # 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.*' |