Bump buidlroot version to 2018.02.6
This commit is contained in:
13
bsp/buildroot/package/wsapi-xavante/Config.in
Normal file
13
bsp/buildroot/package/wsapi-xavante/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_WSAPI_XAVANTE
|
||||
bool "wsapi-xavante"
|
||||
# Runtime dependencies
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_RINGS
|
||||
select BR2_PACKAGE_WSAPI
|
||||
select BR2_PACKAGE_XAVANTE
|
||||
help
|
||||
WSAPI is an API that abstracts the web server from Lua web
|
||||
applications. This is the rock that contains the Xavante
|
||||
adapter and launcher.
|
||||
|
||||
http://keplerproject.github.com/wsapi/
|
||||
2
bsp/buildroot/package/wsapi-xavante/wsapi-xavante.hash
Normal file
2
bsp/buildroot/package/wsapi-xavante/wsapi-xavante.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed hash
|
||||
sha256 b30b171e3d4d6fd7e129f14576e1cfc5adf00c0780ef8350f2f9e6f1d4259346 wsapi-xavante-1.6.1-1.src.rock
|
||||
13
bsp/buildroot/package/wsapi-xavante/wsapi-xavante.mk
Normal file
13
bsp/buildroot/package/wsapi-xavante/wsapi-xavante.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# wsapi-xavante
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WSAPI_XAVANTE_VERSION_MAJOR = 1.6.1
|
||||
WSAPI_XAVANTE_VERSION = $(WSAPI_XAVANTE_VERSION_MAJOR)-1
|
||||
WSAPI_XAVANTE_SUBDIR = wsapi-$(WSAPI_XAVANTE_VERSION_MAJOR)
|
||||
WSAPI_XAVANTE_LICENSE = MIT
|
||||
WSAPI_XAVANTE_LICENSE_FILES = $(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user