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

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOJOBS
bool "python-aiojobs"
depends on BR2_PACKAGE_PYTHON3
help
Jobs scheduler for managing background task (asyncio).
https://github.com/aio-libs/aiojobs

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/aiojobs/json
md5 8fd929e4ef9bc6560c675a5b11ac6077 aiojobs-0.2.2.tar.gz
sha256 8e4b3e3d1bdb970bdaf8f8cd5eb4e4ff3e0e01a4abd22b4f73a87002a5ae4005 aiojobs-0.2.2.tar.gz
# Locally computed sha256 checksums
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-aiojobs
#
################################################################################
PYTHON_AIOJOBS_VERSION = 0.2.2
PYTHON_AIOJOBS_SOURCE = aiojobs-$(PYTHON_AIOJOBS_VERSION).tar.gz
PYTHON_AIOJOBS_SITE = https://files.pythonhosted.org/packages/57/c5/9eb091930d6574002d1721dab5ca15a1bd69ed5dc8e654159d27223cdd3b
PYTHON_AIOJOBS_SETUP_TYPE = distutils
PYTHON_AIOJOBS_LICENSE = Apache-2.0
PYTHON_AIOJOBS_LICENSE_FILES = LICENSE
$(eval $(python-package))