From d8bd619184e6b0c11043d06d66d03dd19fd67a20 Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 16 Nov 2023 22:49:22 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 27 ---------------------- .../recipes-devtools/luaposix/luaposix_36.2.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb create mode 100644 meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb deleted file mode 100644 index a71bbebf70..0000000000 --- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "luaposix is a POSIX binding for Lua." -LICENSE = "MIT" -HOMEPAGE = "https://github.com/luaposix/luaposix" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" - -DEPENDS += "lua-native lua virtual/crypt" - -SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV};protocol=https \ -" -SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef" -S = "${WORKDIR}/git" -LUA_VERSION = "5.4" - -B = "${S}" - -inherit pkgconfig - -do_compile() { - ${S}/build-aux/luke -} - -do_install() { - ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install -} - -FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \ - ${libdir}/lua/${LUA_VERSION}" diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb new file mode 100644 index 0000000000..1d27eb2588 --- /dev/null +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "luaposix is a POSIX binding for Lua." +LICENSE = "MIT" +HOMEPAGE = "https://github.com/luaposix/luaposix" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153" + +DEPENDS += "lua-native lua virtual/crypt" + +SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ +" +SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" +S = "${WORKDIR}/git" +LUA_VERSION = "5.4" + +B = "${S}" + +inherit pkgconfig + +do_compile() { + ${S}/build-aux/luke +} + +do_install() { + ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install +} + +FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \ + ${libdir}/lua/${LUA_VERSION}" -- cgit v1.2.3-54-g00ecf