diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-03-18 13:26:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:25:18 +0000 |
commit | e1549656253ff3f4923c3d27b72576f955c6ed2d (patch) | |
tree | 1d48738908681ff8414bbb9906551dc64d5edd1b /meta | |
parent | 36f094e766ba5a1c3811e7aa28d75790e09cb9e4 (diff) | |
download | openembedded-core-e1549656253ff3f4923c3d27b72576f955c6ed2d.tar.gz openembedded-core-e1549656253ff3f4923c3d27b72576f955c6ed2d.tar.bz2 openembedded-core-e1549656253ff3f4923c3d27b72576f955c6ed2d.zip |
lttng-ust: 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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb index 8f8bbc7aee..782e9dbf05 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb @@ -31,8 +31,3 @@ S = "${WORKDIR}/git" do_configure_prepend () { ( cd ${S}; ${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.*' |