mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
c707363209
commit
a41d49f614
|
|
@ -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).*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user