diff options
| -rw-r--r-- | meta-oe/recipes-devtools/luajit/luajit_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index 06df0690ac..cadc9843d9 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
| @@ -1,17 +1,15 @@ | |||
| 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=23d6278200de9b48fd1439f80507cba8" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=076b97f5c7e61532f7f6f3865f04da57" |
| 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 \ |
| 7 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ | 7 | file://0001-Do-not-strip-automatically-this-leaves-the-stripping.patch \ |
| 8 | file://clang.patch \ | ||
| 9 | file://0001-Use-builtin-for-clear_cache.patch \ | 8 | file://0001-Use-builtin-for-clear_cache.patch \ |
| 10 | " | 9 | " |
| 11 | 10 | ||
| 12 | # Set PV to a version tag and date (YYMMDD) associated with SRCREV if it is later. | 11 | PV = "2.1" |
| 13 | PV = "2.1.0~beta3-220721" | 12 | SRCREV = "c525bcb9024510cad9e170e12b6209aedb330f83" |
| 14 | SRCREV = "32984282ddae666b3c94cd27538e1c78b49a1877" | ||
| 15 | 13 | ||
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
