mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
luajit: exclude for aarch64. not support in this version
make[1]: Entering directory '/home/jenkins/oe/world/shr-core/tmpfs/work/aarch64-oe-linux/luajit/2.0.5-r0/LuaJIT-2.0.5/src' | lj_arch.h:55:2: error: #error "No support for this architecture (yet)" | #error "No support for this architecture (yet)" | ^~~~~ | lj_arch.h:294:2: error: #error "No target architecture defined" | #error "No target architecture defined" Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -91,3 +91,5 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
|
||||
"
|
||||
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
||||
|
||||
# Aarch64 is not supported in this release
|
||||
COMPATIBLE_HOST = "^(?!aarch64).*"
|
||||
|
||||
Reference in New Issue
Block a user