mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
luaposix: upgrade 35.1 -> 36.2.1
License-Update: Copyright years changed Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
|||||||
DESCRIPTION = "luaposix is a POSIX binding for Lua."
|
DESCRIPTION = "luaposix is a POSIX binding for Lua."
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
HOMEPAGE = "https://github.com/luaposix/luaposix"
|
HOMEPAGE = "https://github.com/luaposix/luaposix"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153"
|
||||||
|
|
||||||
DEPENDS += "lua-native lua virtual/crypt"
|
DEPENDS += "lua-native lua virtual/crypt"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV};protocol=https \
|
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \
|
||||||
"
|
"
|
||||||
SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef"
|
SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
LUA_VERSION = "5.4"
|
LUA_VERSION = "5.4"
|
||||||
|
|
||||||
Reference in New Issue
Block a user