diff options
| author | Khem Raj <raj.khem@gmail.com> | 2026-03-18 15:54:37 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-18 16:18:32 -0700 |
| commit | 6b55bede28261c38fb1da1474ca5c991ac414c93 (patch) | |
| tree | 262dec1f2abb3714296fce4bc1dce50a52fb3e2a /meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | |
| parent | fdb49727a753150890d8d16d26d45fb86fda68bf (diff) | |
| download | meta-openembedded-master.tar.gz | |
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/luaposix_36.2.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb deleted file mode 100644 index 59bc4dfcfe..0000000000 --- a/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | DESCRIPTION = "luaposix is a POSIX binding for Lua." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | HOMEPAGE = "https://github.com/luaposix/luaposix" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153" | ||
| 5 | |||
| 6 | DEPENDS += "lua-native lua virtual/crypt" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \ | ||
| 9 | " | ||
| 10 | SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1" | ||
| 11 | LUA_VERSION = "5.4" | ||
| 12 | |||
| 13 | B = "${S}" | ||
| 14 | |||
| 15 | inherit pkgconfig | ||
| 16 | |||
| 17 | do_compile() { | ||
| 18 | ${S}/build-aux/luke LUA_INCDIR=${STAGING_INCDIR} | ||
| 19 | } | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \ | ||
| 26 | ${libdir}/lua/${LUA_VERSION}" | ||
