aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luaposix
AgeCommit message (Collapse)Author
2021-11-02recipes: Update SRC_URI branch and protocolsrpurdie/meta-oeRichard Purdie
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>
2021-10-21luaposix: Use virtual/crypt instread of hardcoding libxcryptKhem Raj
This helps to compile it with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-20luaposix: depend on target libxcrypt instead of nativeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-16luaposix: Depend on libxcrypt-nativeKhem Raj
Fixes luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-16luaposix: Upgrade to 35.1Khem Raj
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>
2021-10-14luaposix: Use lua 5.4Khem Raj
OE-core has lua version 5.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
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>
2020-04-17luaposix: add 33.4.0 version recipe which is compatible with lua5.3Haseeb Ashraf
Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>