From 6b55bede28261c38fb1da1474ca5c991ac414c93 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Mar 2026 15:54:37 -0700 Subject: [PATCH] luaposix: Upgrade to 36.3 Fix build with lua 5.5 License-Update: bump copyright years to 2025 [1] [1] https://github.com/luaposix/luaposix/commit/07cf96f23c10ad01736205e6ca18375a208d05bf Signed-off-by: Khem Raj --- .../luaposix/{luaposix_36.2.1.bb => luaposix_36.3.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/luaposix/{luaposix_36.2.1.bb => luaposix_36.3.bb} (67%) diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.3.bb similarity index 67% rename from meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb rename to meta-oe/recipes-devtools/luaposix/luaposix_36.3.bb index 59bc4dfcfe..686b1365d0 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.3.bb @@ -1,14 +1,14 @@ DESCRIPTION = "luaposix is a POSIX binding for Lua." LICENSE = "MIT" HOMEPAGE = "https://github.com/luaposix/luaposix" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9a2c76dbe2ca56cf57296af9c9995c27" DEPENDS += "lua-native lua virtual/crypt" -SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ +SRC_URI = "git://github.com/luaposix/luaposix.git;nobranch=1;tag=v${PV};protocol=https \ " -SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" -LUA_VERSION = "5.4" +SRCREV = "e6b94b37c19c4bd19a7dc475a4f4cb56f61f5da9" +LUA_VERSION = "5.5" B = "${S}"