summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
index 1584a931c7..8b436668dc 100644
--- a/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
+++ b/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb
@@ -22,3 +22,9 @@ inherit meson pkgconfig
22EXTRA_OEMESON += "--buildtype release -Dtests=false" 22EXTRA_OEMESON += "--buildtype release -Dtests=false"
23 23
24FILES:${PN} = "${libdir} ${datadir}" 24FILES:${PN} = "${libdir} ${datadir}"
25
26# ppc64/riscv64/riscv32 is not supported on luajit
27COMPATIBLE_HOST:riscv32 = "null"
28COMPATIBLE_HOST:riscv64 = "null"
29COMPATIBLE_HOST:powerpc64 = "null"
30COMPATIBLE_HOST:powerpc64le = "null"