diff options
-rw-r--r-- | meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb (renamed from meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb index a71bbebf70..1d27eb2588 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "luaposix is a POSIX binding for Lua." | 1 | DESCRIPTION = "luaposix is a POSIX binding for Lua." |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | HOMEPAGE = "https://github.com/luaposix/luaposix" | 3 | HOMEPAGE = "https://github.com/luaposix/luaposix" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153" |
5 | 5 | ||
6 | DEPENDS += "lua-native lua virtual/crypt" | 6 | DEPENDS += "lua-native lua virtual/crypt" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV};protocol=https \ | 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ |
9 | " | 9 | " |
10 | SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef" | 10 | SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | LUA_VERSION = "5.4" | 12 | LUA_VERSION = "5.4" |
13 | 13 | ||