[oe-commits] [meta-openembedded] branch master-next updated: luajit: Upgrade to 2.1.0-beta3

git at git.openembedded.org git at git.openembedded.org
Sun Feb 23 08:11:13 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 5c5395e  luajit: Upgrade to 2.1.0-beta3
5c5395e is described below

commit 5c5395ea79c317b17d09fbe7e8a515ffb8b5d550
Author: Leo Yan <leo.yan at linaro.org>
AuthorDate: Sun Feb 23 05:35:49 2020 +0000

    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.
    
    Signed-off-by: Leo Yan <leo.yan at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../luajit/{luajit_2.0.5.bb => luajit_git.bb}                | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb
similarity index 88%
rename from meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
rename to meta-oe/recipes-devtools/luajit/luajit_git.bb
index 93128dd..afa60db 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb
@@ -3,12 +3,9 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=10a96c93403affcc34765f4c2612bc22"
 HOMEPAGE = "http://luajit.org"
 
-PV .= "+git${SRCPV}"
-SRCREV = "02b521981a1ab919ff2cd4d9bcaee80baf77dce2"
-SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http \
-           file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
-           file://clang.patch \
-"
+PV = "2.1.0+${SRCPV}"
+SRCREV = "8271c643c21d1b2f344e339f559f2de6f3663191"
+SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1"
 
 S = "${WORKDIR}/git"
 
@@ -90,8 +87,7 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
 "
 FILES_luajit-common = "${datadir}/${BPN}-${PV}"
 
-# Aarch64/mips64/ppc/ppc64/riscv64 is not supported in this release
-COMPATIBLE_HOST_aarch64 = "null"
+# mips64/ppc/ppc64/riscv64 is not supported in this release
 COMPATIBLE_HOST_mipsarchn32 = "null"
 COMPATIBLE_HOST_mipsarchn64 = "null"
 COMPATIBLE_HOST_powerpc = "null"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list