mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 21:56:49 +00:00
luajit: Upgrade to 2.1.0-beta3
Since luajit 2.1.0-beta3 can support architecture aarch64 and the old misses to support aarch64, the patch upgrades to luajit 2.1.0-beta3. Also updated clang.patch to dismiss patch warning: "Hunk #1 succeeded at 436 with fuzz 1 (offset 123 lines)." Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b09d0bd4d7
commit
14eb47687e
@ -8,8 +8,8 @@ Index: LuaJIT-2.0.5/src/lj_arch.h
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- LuaJIT-2.0.5.orig/src/lj_arch.h
|
--- LuaJIT-2.0.5.orig/src/lj_arch.h
|
||||||
+++ LuaJIT-2.0.5/src/lj_arch.h
|
+++ LuaJIT-2.0.5/src/lj_arch.h
|
||||||
@@ -313,7 +313,7 @@
|
@@ -436,7 +436,7 @@
|
||||||
#error "Need at least GCC 4.2 or newer"
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#elif !LJ_TARGET_PS3
|
#elif !LJ_TARGET_PS3
|
||||||
-#if (__GNUC__ < 4) || ((__GNUC__ == 4) && __GNUC_MINOR__ < 3)
|
-#if (__GNUC__ < 4) || ((__GNUC__ == 4) && __GNUC_MINOR__ < 3)
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
SUMMARY = "Just-In-Time Compiler for Lua"
|
SUMMARY = "Just-In-Time Compiler for Lua"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10a96c93403affcc34765f4c2612bc22"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d739bb9250a55c124a545b588fd76771"
|
||||||
HOMEPAGE = "http://luajit.org"
|
HOMEPAGE = "http://luajit.org"
|
||||||
|
|
||||||
PV .= "+git${SRCPV}"
|
PV = "2.1.0~beta3"
|
||||||
SRCREV = "02b521981a1ab919ff2cd4d9bcaee80baf77dce2"
|
SRCREV = "0ad60ccbc3768fa8e3e726858adf261950edbc22"
|
||||||
SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http \
|
SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \
|
||||||
file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
|
file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
|
||||||
file://clang.patch \
|
file://clang.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@ -90,8 +90,7 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
|
|||||||
"
|
"
|
||||||
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
FILES_luajit-common = "${datadir}/${BPN}-${PV}"
|
||||||
|
|
||||||
# Aarch64/mips64/ppc/ppc64/riscv64 is not supported in this release
|
# mips64/ppc/ppc64/riscv64 is not supported in this release
|
||||||
COMPATIBLE_HOST_aarch64 = "null"
|
|
||||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||||
COMPATIBLE_HOST_powerpc = "null"
|
COMPATIBLE_HOST_powerpc = "null"
|
||||||
Loading…
x
Reference in New Issue
Block a user