Update Buildroot to 2019.02.3 (#415)

* Update Buildroot to 2019-02.3

* Fix enter script

* Update ova_defconfig

* Fix network manager

* Remove runc patches

* Use same docker version

* Fix build

* Fix vmtools

* Fix depens

* Fix handling with tempfiles

* Fix permission handling

* Fix cp

* Cleanup

* Fix mounts
This commit is contained in:
Pascal Vizeli
2019-06-27 11:58:50 +02:00
committed by GitHub
parent bb201fb842
commit 41d3f59002
2416 changed files with 36288 additions and 21885 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))