summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* luaposix: Fix INST_LIBDIR to honor libdir varKhem Raj2022-03-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Use virtual/crypt instread of hardcoding libxcryptKhem Raj2021-10-211-1/+1
| | | | | | This helps to compile it with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: depend on target libxcrypt instead of nativeMartin Jansa2021-10-201-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Depend on libxcrypt-nativeKhem Raj2021-10-161-1/+1
| | | | | | | Fixes luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Upgrade to 35.1Khem Raj2021-10-161-0/+27
automake has been dropped therefore switch to using luke build system Drop automake specific patch which is no longer needed Use lua 5.4 since thats whats provided in oe-core License-Update: File renamed to LICENSE and copyright year changed to 2021 Signed-off-by: Khem Raj <raj.khem@gmail.com>