Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_AUTOBAHN
bool "python-autobahn"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TXAIO # runtime
help
WebSocket client Hhh server library, WAMP real-time
framework.
https://pypi.python.org/pypi/autobahn

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/autobahn/json, sha256 locally computed.
md5 576b63ce7fa7846f64650263842b712b autobahn-0.14.1.tar.gz
sha256 c1695e139e36daeaad9cb788dd3f9b907a3fd83b67884424e59b3e07032956e0 autobahn-0.14.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-autobahn
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 0.14.1
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://pypi.python.org/packages/e3/37/1297551d3066ec9b013dd3a1a7e2cca85900d3fe95194779370e8e7a7af7
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools
$(eval $(python-package))