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,10 +1,9 @@
config BR2_PACKAGE_ORBIT
bool "orbit"
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
# These are runtime dependencies
select BR2_PACKAGE_LPEG
select BR2_PACKAGE_LUAFILESYSTEM
select BR2_PACKAGE_WSAPI_XAVANTE
select BR2_PACKAGE_LPEG # runtime
select BR2_PACKAGE_LUAFILESYSTEM # runtime
select BR2_PACKAGE_WSAPI_XAVANTE # runtime
help
An MVC web framework for Lua. The design is inspired by
lightweight Ruby frameworks such as Camping

View File

@@ -1,2 +1,4 @@
# Locally calculated
# computed by luarocks/buildroot
sha256 91e3c514d5b86918db83666c8889635bb2d50c71d1ab3aeb69c6469c9424089b orbit-2.2.4-1.src.rock
sha256 dd7d37caed0f4ee994e9e64ea4ab292dce549bb609412c84fc47ed079275ae98 orbit/doc/us/license.html
sha256 140134369c1f041abf7d8cd39a5b0c42f8b5e827695ce7c1ef5ca8f0911a0246 orbit/doc/us/license.md

View File

@@ -4,10 +4,11 @@
#
################################################################################
ORBIT_VERSION_UPSTREAM = 2.2.4
ORBIT_VERSION = $(ORBIT_VERSION_UPSTREAM)-1
ORBIT_VERSION = 2.2.4-1
ORBIT_SUBDIR = orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = $(ORBIT_SUBDIR)/doc/us/license.md
ORBIT_LICENSE_FILES = \
$(ORBIT_SUBDIR)/doc/us/license.html \
$(ORBIT_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))