mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
luajit: Add ppc/ppc64 to unsupported arch list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -90,7 +90,9 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
|
||||
"
|
||||
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
||||
|
||||
# Aarch64/mips64 is not supported in this release
|
||||
# Aarch64/mips64/ppc/ppc64 is not supported in this release
|
||||
COMPATIBLE_HOST_aarch64 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
|
||||
Reference in New Issue
Block a user