diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-23 21:51:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 09:00:27 -0800 |
commit | c72839e6a4fb5a3da77dcfc23ed3f8ce18ed509b (patch) | |
tree | 679a04db0a078535b49e81ffae4fd16e0de6d2e6 /meta-oe | |
parent | 8c1c0ad349d59b6d5a94a1eea91068d98e19f6f7 (diff) | |
download | meta-openembedded-c72839e6a4fb5a3da77dcfc23ed3f8ce18ed509b.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch | 3 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch b/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch index f123b3f55..a29c8ce87 100644 --- a/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch +++ b/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch | |||
@@ -1,8 +1,7 @@ | |||
1 | From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001 | 1 | From 528009f5ca0685c95ef27f6c8957160499c0576a Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Fri, 10 May 2013 10:42:45 -0700 | 3 | Date: Fri, 10 May 2013 10:42:45 -0700 |
4 | Subject: [PATCH] Do not strip automatically, this leaves the stripping | 4 | Subject: [PATCH] Do not strip automatically, this leaves the stripping busines to OE |
5 | busines to OE | ||
6 | 5 | ||
7 | Upstream-Status: Inappropriate [OE-Specific] | 6 | Upstream-Status: Inappropriate [OE-Specific] |
8 | 7 | ||
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index 6573efcd9..753835261 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Just-In-Time Compiler for Lua" | 1 | SUMMARY = "Just-In-Time Compiler for Lua" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d739bb9250a55c124a545b588fd76771" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=abe9020de9c00909317d02d5c803810e" |
4 | HOMEPAGE = "http://luajit.org" | 4 | HOMEPAGE = "http://luajit.org" |
5 | 5 | ||
6 | SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ | 6 | 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 \ | |||
8 | file://clang.patch \ | 8 | file://clang.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # Set PV to a version tag and date associated with SRCREV if it is later. | 11 | # Set PV to a version tag and date (YYMMDD) associated with SRCREV if it is later. |
12 | PV = "2.1.0~beta3-200809" | 12 | PV = "2.1.0~beta3-210112" |
13 | SRCREV = "94d4abcca966df2cc423e821bcacd04898f73117" | 13 | SRCREV = "ec6edc5c39c25e4eb3fca51b753f9995e97215da" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||