08647c6328
Also remove patch 0001-fix-build-flags.patch. The uCLibc issue is fixed upstream. Add patch taken and slighly adopted from the c-periphery package to fix build issue with musl. Build was tested with an uCLibc toolchain and a musl toolchain. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
438 B
Makefile
14 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# lua-periphery
|
|
#
|
|
################################################################################
|
|
|
|
LUA_PERIPHERY_VERSION_UPSTREAM = 1.0.6
|
|
LUA_PERIPHERY_VERSION = $(LUA_PERIPHERY_VERSION_UPSTREAM)-1
|
|
LUA_PERIPHERY_SUBDIR = lua-periphery
|
|
LUA_PERIPHERY_LICENSE = MIT
|
|
LUA_PERIPHERY_LICENSE_FILES = $(LUA_PERIPHERY_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|