luajit: Upgrade to latest on v2.1 release

brings in bugfixes [1]

[1] https://github.com/LuaJIT/LuaJIT/compare/94d4abcca966df2cc423e821bcacd04898f73117...ec6edc5c39c25e4eb3fca51b753f9995e97215da

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-02-23 21:51:57 -08:00
parent 8c1c0ad349
commit c72839e6a4
2 changed files with 5 additions and 6 deletions
@@ -1,8 +1,7 @@
From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001 From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com> From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 10 May 2013 10:42:45 -0700 Date: Fri, 10 May 2013 10:42:45 -0700
Subject: [PATCH] Do not strip automatically, this leaves the stripping Subject: [PATCH] Do not strip automatically, this leaves the stripping busines to OE
busines to OE
Upstream-Status: Inappropriate [OE-Specific] Upstream-Status: Inappropriate [OE-Specific]
@@ -1,6 +1,6 @@
SUMMARY = "Just-In-Time Compiler for Lua" SUMMARY = "Just-In-Time Compiler for Lua"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d739bb9250a55c124a545b588fd76771" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=abe9020de9c00909317d02d5c803810e"
HOMEPAGE = "http://luajit.org" HOMEPAGE = "http://luajit.org"
SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \
@@ -8,9 +8,9 @@ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \
file://clang.patch \ file://clang.patch \
" "
# Set PV to a version tag and date associated with SRCREV if it is later. # Set PV to a version tag and date (YYMMDD) associated with SRCREV if it is later.
PV = "2.1.0~beta3-200809" PV = "2.1.0~beta3-210112"
SRCREV = "94d4abcca966df2cc423e821bcacd04898f73117" SRCREV = "ec6edc5c39c25e4eb3fca51b753f9995e97215da"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"