diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-20 11:32:06 -0700 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-21 08:25:11 -0700 | 
| commit | 9ed7b69831184a0e871249f4fe6cda1d2971dae3 (patch) | |
| tree | 779b1e55805e1e6b43c4bd302beb4a4403fa6314 | |
| parent | 302134bb59d9b848f763dae5034f582d722e9f17 (diff) | |
| download | meta-openembedded-9ed7b69831184a0e871249f4fe6cda1d2971dae3.tar.gz | |
luajit: Upgrade to latest on v2.1 branch
License-Update: Copyright years and date updated [1] [2]
[1] https://repo.or.cz/luajit-2.0.git/commit/f47c864b0186fc92a2264e68e1151d0d2b24969e
[2] https://repo.or.cz/luajit-2.0.git/commit/c4dfb625bad8937d72074852a977738ec3eb1ab7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index d4ff06b677..3f3939eeb4 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=abe9020de9c00909317d02d5c803810e" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=23d6278200de9b48fd1439f80507cba8" | 
| 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 \ | 
| @@ -10,7 +10,7 @@ SRC_URI = "git://luajit.org/git/luajit-2.0.git;protocol=http;branch=v2.1 \ | |||
| 10 | 10 | ||
| 11 | # Set PV to a version tag and date (YYMMDD) 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-210112" | 12 | PV = "2.1.0~beta3-210112" | 
| 13 | SRCREV = "ec6edc5c39c25e4eb3fca51b753f9995e97215da" | 13 | SRCREV = "43ebb949a249a16c49d232ad24dc9127cc4302bb" | 
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" | 
| 16 | 16 | ||
| @@ -92,7 +92,7 @@ FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \ | |||
| 92 | " | 92 | " | 
| 93 | FILES:luajit-common = "${datadir}/${BPN}-${PV}" | 93 | FILES:luajit-common = "${datadir}/${BPN}-${PV}" | 
| 94 | 94 | ||
| 95 | # mips64/ppc/ppc64/riscv64 is not supported in this release | 95 | # mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release | 
| 96 | COMPATIBLE_HOST:mipsarchn32 = "null" | 96 | COMPATIBLE_HOST:mipsarchn32 = "null" | 
| 97 | COMPATIBLE_HOST:mipsarchn64 = "null" | 97 | COMPATIBLE_HOST:mipsarchn64 = "null" | 
| 98 | COMPATIBLE_HOST:powerpc = "null" | 98 | COMPATIBLE_HOST:powerpc = "null" | 
