mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 09:46:32 +00:00
luajit: Disable for mips n64/n32 hosts
- mips64 port does not exist - Also convert aarch64 compatible host case to an override Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ec1894ff9b
commit
a8aef12ce6
@ -90,5 +90,7 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
|
|||||||
"
|
"
|
||||||
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
||||||
|
|
||||||
# Aarch64 is not supported in this release
|
# Aarch64/mips64 is not supported in this release
|
||||||
COMPATIBLE_HOST = "^(?!aarch64).*"
|
COMPATIBLE_HOST_aarch64 = "null"
|
||||||
|
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||||
|
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user