update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_IPADDRESS
bool "python-ipaddress"
depends on BR2_PACKAGE_PYTHON
help
Python 3.3's ipaddress for older Python versions.
https://github.com/phihag/ipaddress

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/ipaddress/json, sha256 locally computed
md5 8bbf0326719fafb1f453921ef96729fe ipaddress-1.0.17.tar.gz
sha256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 ipaddress-1.0.17.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ipaddress
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.17
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/bb/26/3b64955ff73f9e3155079b9ed31812afdfa5333b5c76387454d651ef593a
PYTHON_IPADDRESS_LICENSE = Python software foundation license
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))