mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a7847d94ce
commit
5bbc8ef013
@@ -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.*'
|
||||
|
||||
Reference in New Issue
Block a user