5a439727e7
Now that we have booleans to represent the Lua ABI version, and that every Lua providers do select those, there is no longer any reason for them to also handle the ABI version string anymore. Move the defaults into the common luainterpreter. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: James Hilliard <james.hilliard1@gmail.com> Cc: Francois Perrad <francois.perrad@gadz.org>
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
config BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
bool
|
|
|
|
config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
|
|
string
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
|
|
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION
|
|
string
|
|
default "5.1" if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1
|
|
default "5.3" if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_3
|
|
|
|
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1
|
|
bool
|
|
|
|
config BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_3
|
|
bool
|
|
|
|
config BR2_PACKAGE_PROVIDES_HOST_LUAINTERPRETER
|
|
string
|
|
default "host-lua"
|