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

@@ -0,0 +1,13 @@
config BR2_PACKAGE_PYTHON_SUBPROCESS32
bool "python-subprocess32"
depends on BR2_PACKAGE_PYTHON
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_MIPS_NABI64
help
A backport of the Python 3 subprocess module for use
on Python 2.
https://github.com/google/python-subprocess32
comment "python-subprocess32 needs a toolchain w/ headers >= 3.10 on MIPS N64"
depends on BR2_MIPS_NABI64
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/subprocess32/json
md5 afa0510115f483d668e25aa30502d9bc subprocess32-3.5.3.tar.gz
sha256 6bc82992316eef3ccff319b5033809801c0c3372709c5f6985299c88ac7225c3 subprocess32-3.5.3.tar.gz
# Locally computed sha256 checksums
sha256 826b43437249d39422642f695154d064da64de92eb1476048a615f50bc1beb4a LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-subprocess32
#
################################################################################
PYTHON_SUBPROCESS32_VERSION = 3.5.3
PYTHON_SUBPROCESS32_SOURCE = subprocess32-$(PYTHON_SUBPROCESS32_VERSION).tar.gz
PYTHON_SUBPROCESS32_SITE = https://files.pythonhosted.org/packages/be/2b/beeba583e9877e64db10b52a96915afc0feabf7144dcbf2a0d0ea68bf73d
PYTHON_SUBPROCESS32_SETUP_TYPE = setuptools
PYTHON_SUBPROCESS32_LICENSE = Python-2.0
PYTHON_SUBPROCESS32_LICENSE_FILES = LICENSE
$(eval $(python-package))