summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luaposix
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-163-96/+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>
* luaposix: Use lua 5.4Khem Raj2021-10-141-1/+1
| | | | | | OE-core has lua version 5.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luaposix: add 33.4.0 version recipe which is compatible with lua5.3Haseeb Ashraf2020-04-172-0/+96
Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>