diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-09-15 00:40:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-19 14:01:58 +0200 |
commit | 08647c6328223b1070c64fe618d09a1a87b30ce3 (patch) | |
tree | ced62edbe9c698f8103683d34fb9258210846ce9 /package/lua-periphery/lua-periphery.mk | |
parent | 4685485ef7651786da87f0e09a7d787aae68c1fe (diff) | |
download | buildroot-08647c6328223b1070c64fe618d09a1a87b30ce3.tar.gz buildroot-08647c6328223b1070c64fe618d09a1a87b30ce3.zip |
package/lua-periphery: bump to version 1.0.6
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>
Diffstat (limited to 'package/lua-periphery/lua-periphery.mk')
-rw-r--r-- | package/lua-periphery/lua-periphery.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua-periphery/lua-periphery.mk b/package/lua-periphery/lua-periphery.mk index 541079f8ac..48eba39289 100644 --- a/package/lua-periphery/lua-periphery.mk +++ b/package/lua-periphery/lua-periphery.mk @@ -4,8 +4,8 @@ # ################################################################################ -LUA_PERIPHERY_VERSION_UPSTREAM = 1.0.5 -LUA_PERIPHERY_VERSION = $(LUA_PERIPHERY_VERSION_UPSTREAM)-2 +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 |