Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -1,13 +1,10 @@
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
select BR2_PACKAGE_WSAPI # runtime
select BR2_PACKAGE_XAVANTE # runtime
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/
http://www.keplerproject.org/wsapi

View File

@@ -1,2 +1,4 @@
# locally computed hash
sha256 b30b171e3d4d6fd7e129f14576e1cfc5adf00c0780ef8350f2f9e6f1d4259346 wsapi-xavante-1.6.1-1.src.rock
# computed by luarocks/buildroot
sha256 01211bb80dab92f87cece6e31854d73ae4a2ce06af7c48423a54313d72adf9fb wsapi-xavante-1.7-1.src.rock
sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html
sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/license.md

View File

@@ -4,10 +4,11 @@
#
################################################################################
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_VERSION = 1.7-1
WSAPI_XAVANTE_SUBDIR = wsapi
WSAPI_XAVANTE_LICENSE = MIT
WSAPI_XAVANTE_LICENSE_FILES = $(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html
WSAPI_XAVANTE_LICENSE_FILES = \
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html \
$(WSAPI_XAVANTE_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))