Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -8,15 +8,16 @@ config BR2_PACKAGE_LUVI
|
||||
select BR2_PACKAGE_LIBUV
|
||||
select BR2_PACKAGE_LUV
|
||||
help
|
||||
A project in-between luv and luvit. The goal of this is to make
|
||||
building luvit and derivatives much easier.
|
||||
A project in-between luv and luvit. The goal of this is to
|
||||
make building luvit and derivatives much easier.
|
||||
|
||||
luvi extends LuaJIT with asynchronous I/O and several optional
|
||||
modules to run Lua applications and build self-contained binaries
|
||||
on systems that don't have a compiler.
|
||||
modules to run Lua applications and build self-contained
|
||||
binaries on systems that don't have a compiler.
|
||||
|
||||
The luvi core can be extended with several Lua modules by adding its
|
||||
bundled Lua binding libraries. To get the Lua module...
|
||||
The luvi core can be extended with several Lua modules by
|
||||
adding its bundled Lua binding libraries.
|
||||
To get the Lua module...
|
||||
* 'rex' select PCRE (BR2_PACKAGE_PCRE)
|
||||
* 'ssl' select OpenSSL (BR2_PACKAGE_OPENSSL)
|
||||
* 'zlib' select zlib (BR2_PACKAGE_ZLIB)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 b36a3b96ec5852398338bc38567c5bb589783487c65130e1d702ff98fac3a6b7 luvi-src-v2.7.5.tar.gz
|
||||
sha256 ce9a1fb762e61267618ddea9ea129170fd543bb918c382b71cb35985d0024c42 luvi-src-v2.7.6.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUVI_VERSION = v2.7.5
|
||||
LUVI_VERSION = v2.7.6
|
||||
LUVI_SOURCE = luvi-src-$(LUVI_VERSION).tar.gz
|
||||
LUVI_SITE = https://github.com/luvit/luvi/releases/download/$(LUVI_VERSION)
|
||||
LUVI_LICENSE = Apache-2.0
|
||||
@@ -33,7 +33,7 @@ LUVI_CONF_OPTS = \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DWithSharedLibluv=ON \
|
||||
-DTARGET_ARCH=$(LUVI_TARGET_ARCH) \
|
||||
-DLUA_PATH=$(HOST_DIR)/usr/share/luajit-2.0.4/?.lua
|
||||
-DLUA_PATH=$(HOST_DIR)/share/luajit-$(LUAJIT_VERSION)/?.lua
|
||||
|
||||
# Add "rex" module (PCRE via bundled lrexlib)
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
|
||||
Reference in New Issue
Block a user