Commit Graph

9 Commits

Author SHA1 Message Date
Khem Raj 75b4b4adcd luaposix: Fix INST_LIBDIR to honor libdir var
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-21 08:25:11 -07:00
Richard Purdie b402a3076f recipes: Update SRC_URI branch and protocols
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>
2021-11-03 06:57:49 -07:00
Khem Raj e089f3b9c1 luaposix: Use virtual/crypt instread of hardcoding libxcrypt
This helps to compile it with musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-21 05:28:55 -07:00
Martin Jansa 2f9e843ef4 luaposix: depend on target libxcrypt instead of native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-20 12:33:31 -07:00
Khem Raj 60d4e95b4b luaposix: Depend on libxcrypt-native
Fixes
luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-16 09:50:22 -07:00
Khem Raj df196ab5a7 luaposix: Upgrade to 35.1
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-16 08:25:21 -07:00
Khem Raj cfb07e4e24 luaposix: Use lua 5.4
OE-core has lua version 5.4

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-14 07:16:58 -07:00
Martin Jansa c61dc077bb Convert to new override syntax
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>
2021-08-03 10:21:25 -07:00
Haseeb Ashraf 334ce5ab37 luaposix: add 33.4.0 version recipe which is compatible with lua5.3
Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-17 19:05:58 -07:00