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,6 @@
config BR2_PACKAGE_PYTHON_NETIFACES
bool "python-netifaces"
help
Portable access to network interfaces from Python.
http://alastairs-place.net/projects/netifaces

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/netifaces/json, sha256 locally computed
md5 5b4d1f1310ed279e6df27ef3a9b71519 netifaces-0.10.5.tar.gz
sha256 59d8ad52dd3116fcb6635e175751b250dc783fb011adba539558bd764e5d628b netifaces-0.10.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-netifaces
#
################################################################################
PYTHON_NETIFACES_VERSION = 0.10.5
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/a7/4c/8e0771a59fd6e55aac993a7cc1b6a0db993f299514c464ae6a1ecf83b31d
PYTHON_NETIFACES_LICENSE = MIT
PYTHON_NETIFACES_LICENSE_FILES = README.rst
PYTHON_NETIFACES_SETUP_TYPE = setuptools
$(eval $(python-package))