babeltrace: 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: 36f094e766ba5a1c3811e7aa28d75790e09cb9e4)

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Maxin B. John 2013-03-18 13:26:45 +01:00 committed by Richard Purdie
parent 5bbc8ef013
commit b5017ee007
1 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,3 @@ S = "${WORKDIR}/git"
do_configure_prepend () {
${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.*'