mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
luajit: allow to build on supported platforms
According to documentation mips,mips64 and powerpc are supported platforms. Adjust accordingly This was tested to work for mips64, where luajit compiled without issue. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -91,10 +91,7 @@ FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \
|
|||||||
"
|
"
|
||||||
FILES:luajit-common = "${datadir}/${BPN}-${PV}"
|
FILES:luajit-common = "${datadir}/${BPN}-${PV}"
|
||||||
|
|
||||||
# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release
|
# ppc64/riscv64/riscv32 is not supported in this release
|
||||||
COMPATIBLE_HOST:mipsarchn32 = "null"
|
|
||||||
COMPATIBLE_HOST:mipsarchn64 = "null"
|
|
||||||
COMPATIBLE_HOST:powerpc = "null"
|
|
||||||
COMPATIBLE_HOST:powerpc64 = "null"
|
COMPATIBLE_HOST:powerpc64 = "null"
|
||||||
COMPATIBLE_HOST:powerpc64le = "null"
|
COMPATIBLE_HOST:powerpc64le = "null"
|
||||||
COMPATIBLE_HOST:riscv64 = "null"
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user