mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
luajit: Add ppc/ppc64 to unsupported arch list
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d9f3e6dbed
commit
e40f8ff1b2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user