mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9bbf970c6a
commit
d8bd619184
|
|
@ -1,13 +1,13 @@
|
|||
DESCRIPTION = "luaposix is a POSIX binding for Lua."
|
||||
LICENSE = "MIT"
|
||||
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"
|
||||
|
||||
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"
|
||||
LUA_VERSION = "5.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user