summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luaposix
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-03-18 15:54:37 -0700
committerKhem Raj <raj.khem@gmail.com>2026-03-18 16:18:32 -0700
commit6b55bede28261c38fb1da1474ca5c991ac414c93 (patch)
tree262dec1f2abb3714296fce4bc1dce50a52fb3e2a /meta-oe/recipes-devtools/luaposix
parentfdb49727a753150890d8d16d26d45fb86fda68bf (diff)
downloadmeta-openembedded-master.tar.gz
luaposix: Upgrade to 36.3HEADmaster
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/luaposix')
-rw-r--r--meta-oe/recipes-devtools/luaposix/luaposix_36.3.bb (renamed from meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/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 @@
1DESCRIPTION = "luaposix is a POSIX binding for Lua." 1DESCRIPTION = "luaposix is a POSIX binding for Lua."
2LICENSE = "MIT" 2LICENSE = "MIT"
3HOMEPAGE = "https://github.com/luaposix/luaposix" 3HOMEPAGE = "https://github.com/luaposix/luaposix"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9a2c76dbe2ca56cf57296af9c9995c27"
5 5
6DEPENDS += "lua-native lua virtual/crypt" 6DEPENDS += "lua-native lua virtual/crypt"
7 7
8SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ 8SRC_URI = "git://github.com/luaposix/luaposix.git;nobranch=1;tag=v${PV};protocol=https \
9" 9"
10SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" 10SRCREV = "e6b94b37c19c4bd19a7dc475a4f4cb56f61f5da9"
11LUA_VERSION = "5.4" 11LUA_VERSION = "5.5"
12 12
13B = "${S}" 13B = "${S}"
14 14