From d8bd619184e6b0c11043d06d66d03dd19fd67a20 Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 16 Nov 2023 22:49:22 +0300 Subject: [PATCH] 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 --- .../luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb} (78%) diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb similarity index 78% rename from meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb rename to 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 @@ 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"