mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user