diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-01-22 20:31:09 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-22 18:02:26 -0800 |
| commit | c26b1dcc4ad3497296b8dcd913bcc2f18e7eceb9 (patch) | |
| tree | 570d36bc52637696fa4015ae9c41986a18cc090e | |
| parent | 271e77507324de345a9098696aa32400bf70638d (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 5 |
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 cadc9843d9..240271d410 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 | " |
| 92 | FILES:luajit-common = "${datadir}/${BPN}-${PV}" | 92 | FILES: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 |
| 95 | COMPATIBLE_HOST:mipsarchn32 = "null" | ||
| 96 | COMPATIBLE_HOST:mipsarchn64 = "null" | ||
| 97 | COMPATIBLE_HOST:powerpc = "null" | ||
| 98 | COMPATIBLE_HOST:powerpc64 = "null" | 95 | COMPATIBLE_HOST:powerpc64 = "null" |
| 99 | COMPATIBLE_HOST:powerpc64le = "null" | 96 | COMPATIBLE_HOST:powerpc64le = "null" |
| 100 | COMPATIBLE_HOST:riscv64 = "null" | 97 | COMPATIBLE_HOST:riscv64 = "null" |
