mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
lua-lgi: Disable on architecture without luajit port
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,3 +22,9 @@ inherit meson pkgconfig
|
|||||||
EXTRA_OEMESON += "--buildtype release -Dtests=false"
|
EXTRA_OEMESON += "--buildtype release -Dtests=false"
|
||||||
|
|
||||||
FILES:${PN} = "${libdir} ${datadir}"
|
FILES:${PN} = "${libdir} ${datadir}"
|
||||||
|
|
||||||
|
# ppc64/riscv64/riscv32 is not supported on luajit
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST:powerpc64 = "null"
|
||||||
|
COMPATIBLE_HOST:powerpc64le = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user