[oe-commits] Khem Raj : luajit: Upgrade to 2.0.1 -> 2.0.2

git at git.openembedded.org git at git.openembedded.org
Tue Mar 18 19:05:15 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 7701cc07d33be08766c48f156bf3fad8a3da2be8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7701cc07d33be08766c48f156bf3fad8a3da2be8

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Mar 11 20:20:07 2014 -0700

luajit: Upgrade to 2.0.1 -> 2.0.2

Drop the backported hotfixes

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../luajit/{luajit_2.0.1.bb => luajit_2.0.2.bb}                | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
similarity index 80%
rename from meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb
rename to meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
index 36ec58f..b719b48 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.1.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.2.bb
@@ -6,15 +6,11 @@ HOMEPAGE = "http://luajit.org"
 DEPENDS += "lua5.1"
 SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz;name=tarball \
            file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \
-           http://luajit.org/download/v2.0.1_hotfix1.patch;name=hotfix1 \
           "
-SRC_URI_append_fslmachine = " file://ppc-fixplt.patch "
-
-SRC_URI[tarball.md5sum] = "85e406e8829602988eb1233a82e29f1f"
-SRC_URI[tarball.sha256sum] = "2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0"
+SRC_URI[tarball.md5sum] = "112dfb82548b03377fbefbba2e0e3a5b"
+SRC_URI[tarball.sha256sum] = "c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38"
 
-SRC_URI[hotfix1.md5sum] = "5186c5901e37679a3c835d7b7cdac88e"
-SRC_URI[hotfix1.sha256sum] = "143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368"
+SRC_URI_append_fslmachine = " file://ppc-fixplt.patch "
 
 S = "${WORKDIR}/LuaJIT-${PV}"
 



More information about the Openembedded-commits mailing list