diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-11-16 22:49:22 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
| commit | d8bd619184e6b0c11043d06d66d03dd19fd67a20 (patch) | |
| tree | 19297a280f9ee9a41913cc7c65d0c627486d8ac1 /meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | |
| parent | 9bbf970c6acb9b71e1438616d82ac42cac3bb64b (diff) | |
| download | meta-openembedded-d8bd619184e6b0c11043d06d66d03dd19fd67a20.tar.gz | |
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 <alperyasinak1@gmail.com>
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 | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 0000000000..1d27eb2588 --- /dev/null +++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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 | S = "${WORKDIR}/git" | ||
| 12 | LUA_VERSION = "5.4" | ||
| 13 | |||
| 14 | B = "${S}" | ||
| 15 | |||
| 16 | inherit pkgconfig | ||
| 17 | |||
| 18 | do_compile() { | ||
| 19 | ${S}/build-aux/luke | ||
| 20 | } | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install | ||
| 24 | } | ||
| 25 | |||
| 26 | FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \ | ||
| 27 | ${libdir}/lua/${LUA_VERSION}" | ||
