diff options
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb index d0dc1c28dd..93128dda83 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | |||
| @@ -90,10 +90,11 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \ | |||
| 90 | " | 90 | " |
| 91 | FILES_luajit-common = "${datadir}/${BPN}-${PV}" | 91 | FILES_luajit-common = "${datadir}/${BPN}-${PV}" |
| 92 | 92 | ||
| 93 | # Aarch64/mips64/ppc/ppc64 is not supported in this release | 93 | # Aarch64/mips64/ppc/ppc64/riscv64 is not supported in this release |
| 94 | COMPATIBLE_HOST_aarch64 = "null" | 94 | COMPATIBLE_HOST_aarch64 = "null" |
| 95 | COMPATIBLE_HOST_mipsarchn32 = "null" | 95 | COMPATIBLE_HOST_mipsarchn32 = "null" |
| 96 | COMPATIBLE_HOST_mipsarchn64 = "null" | 96 | COMPATIBLE_HOST_mipsarchn64 = "null" |
| 97 | COMPATIBLE_HOST_powerpc = "null" | 97 | COMPATIBLE_HOST_powerpc = "null" |
| 98 | COMPATIBLE_HOST_powerpc64 = "null" | 98 | COMPATIBLE_HOST_powerpc64 = "null" |
| 99 | COMPATIBLE_HOST_powerpc64le = "null" | 99 | COMPATIBLE_HOST_powerpc64le = "null" |
| 100 | COMPATIBLE_HOST_riscv64 = "null" | ||
