276f4fd562
This package is needed to make luaposix work. The upstream name is just "bit32", but the luarocks infra doesn't support an upstream name different from the Buildroot name. We therefore have to explicitly set all variables and we need custom extract commands. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: - add entry to DEVELOPERS file - remove useless "depends on BR2_PACKAGE_HAS_LUAINTERPRETER" in Config.in file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
config BR2_PACKAGE_LUA_BIT32
|
|
bool "lua-bit32"
|
|
help
|
|
bit32 is the native Lua 5.2 bit manipulation library, in the
|
|
version from Lua 5.3; it is compatible with Lua 5.1, 5.2 and
|
|
5.3.
|
|
|
|
http://www.lua.org/manual/5.2/manual.html#6.7
|