Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 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=d7f0337b8e58c193c574ceae984cc65f, sha256 locally computed
md5 d7f0337b8e58c193c574ceae984cc65f python-networkmanager-1.0.1.tar.gz
sha256 6eb4073a0d6572fe0bba8cbfe8423f6a8a51c4504a33e0eb4f1b1eadf54c4cee python-networkmanager-1.0.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-networkmanager
#
################################################################################
PYTHON_NETWORKMANAGER_VERSION = 1.0.1
PYTHON_NETWORKMANAGER_SITE = http://pypi.python.org/packages/source/p/python-networkmanager
PYTHON_NETWORKMANAGER_SETUP_TYPE = distutils
PYTHON_NETWORKMANAGER_LICENSE = GPLv3+
PYTHON_NETWORKMANAGER_LICENSE_FILES = COPYING
PYTHON_NETWORKMANAGER_DEPENDENCIES = dbus-python
$(eval $(python-package))