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,15 @@
config BR2_PACKAGE_PYTHON_NETWORKMANAGER
bool "python-networkmanager"
depends on BR2_PACKAGE_NETWORK_MANAGER # runtime
depends on BR2_USE_WCHAR # dbus-python
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-python
depends on BR2_PACKAGE_DBUS # dbus-python
select BR2_PACKAGE_DBUS_PYTHON
help
python-networkmanager wraps NetworkManagers D-Bus interface
so you can be less verbose when talking to NetworkManager
from python. All interfaces have been wrapped in classes,
properties are exposed as python properties and function
calls are forwarded to the correct interface.
https://pypi.python.org/pypi/python-networkmanager/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=97c84c19b84b1124903a06379b107f77, sha256 locally computed
md5 97c84c19b84b1124903a06379b107f77 python-networkmanager-1.2.1.tar.gz
sha256 7107c07383f8077cfac33fdbb3c4cda4de40be20a6b20d30840055eb519a0e89 python-networkmanager-1.2.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-networkmanager
#
################################################################################
PYTHON_NETWORKMANAGER_VERSION = 1.2.1
PYTHON_NETWORKMANAGER_SITE = https://pypi.python.org/packages/e7/b1/09993250ceea9e03bc65fbabcd5286540200292c011b22237b2963c11471
PYTHON_NETWORKMANAGER_SETUP_TYPE = distutils
PYTHON_NETWORKMANAGER_LICENSE = GPLv3+
PYTHON_NETWORKMANAGER_LICENSE_FILES = COPYING
PYTHON_NETWORKMANAGER_DEPENDENCIES = dbus-python
$(eval $(python-package))