summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-01-22 20:31:09 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-22 18:02:26 -0800
commitc26b1dcc4ad3497296b8dcd913bcc2f18e7eceb9 (patch)
tree570d36bc52637696fa4015ae9c41986a18cc090e /meta-oe
parent271e77507324de345a9098696aa32400bf70638d (diff)
downloadmeta-openembedded-c26b1dcc4ad3497296b8dcd913bcc2f18e7eceb9.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb
index cadc9843d..240271d41 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_git.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -91,10 +91,7 @@ FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \
91" 91"
92FILES:luajit-common = "${datadir}/${BPN}-${PV}" 92FILES:luajit-common = "${datadir}/${BPN}-${PV}"
93 93
94# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release 94# ppc64/riscv64/riscv32 is not supported in this release
95COMPATIBLE_HOST:mipsarchn32 = "null"
96COMPATIBLE_HOST:mipsarchn64 = "null"
97COMPATIBLE_HOST:powerpc = "null"
98COMPATIBLE_HOST:powerpc64 = "null" 95COMPATIBLE_HOST:powerpc64 = "null"
99COMPATIBLE_HOST:powerpc64le = "null" 96COMPATIBLE_HOST:powerpc64le = "null"
100COMPATIBLE_HOST:riscv64 = "null" 97COMPATIBLE_HOST:riscv64 = "null"