diff options
| author | Vanya Sergeev <vsergeev@gmail.com> | 2015-05-27 16:26:11 -0700 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-08 15:17:18 +0200 |
| commit | bdebcd39025bd6413d920b4993f7f70a94934387 (patch) | |
| tree | f97749a4da4572f69a5d57f3abc643220982f741 /package/lua-periphery/lua-periphery.mk | |
| parent | aee57627b09d0955270a562b8adaa0ff88ef523b (diff) | |
| download | buildroot-bdebcd39025bd6413d920b4993f7f70a94934387.tar.gz buildroot-bdebcd39025bd6413d920b4993f7f70a94934387.zip | |
lua-periphery: bump version to 1.0.5, remove dependency on c-periphery
The new version of the lua-periphery LuaRocks package handles fetching the
c-periphery dependency, so that it no longer needs to be cloned during the
lua-periphery build process. Consequently, this removes the need for selecting
c-periphery as a package dependency in buildroot and the need for the patches
that modify lua-periphery to be built against an external c-periphery.
[Thomas:
- remove dependency from .mk file, as noticed by Baruch
- add patch to fix uClibc build]
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/lua-periphery/lua-periphery.mk b/package/lua-periphery/lua-periphery.mk index 99e1dbea93..541079f8ac 100644 --- a/package/lua-periphery/lua-periphery.mk +++ b/package/lua-periphery/lua-periphery.mk @@ -4,10 +4,9 @@ # ################################################################################ -LUA_PERIPHERY_VERSION_UPSTREAM = 1.0.4 -LUA_PERIPHERY_VERSION = $(LUA_PERIPHERY_VERSION_UPSTREAM)-1 +LUA_PERIPHERY_VERSION_UPSTREAM = 1.0.5 +LUA_PERIPHERY_VERSION = $(LUA_PERIPHERY_VERSION_UPSTREAM)-2 LUA_PERIPHERY_SUBDIR = lua-periphery -LUA_PERIPHERY_DEPENDENCIES = c-periphery LUA_PERIPHERY_LICENSE = MIT LUA_PERIPHERY_LICENSE_FILES = $(LUA_PERIPHERY_SUBDIR)/LICENSE |

