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,13 @@
config BR2_PACKAGE_PYTHON_PYSNMP
bool "python-pysnmp"
depends on BR2_INSTALL_LIBSTDCPP # pyasn
select BR2_PACKAGE_PYTHON_PYASN
select BR2_PACKAGE_PYTHON_PYCRYPTO
help
PySNMP is a cross-platform, pure-Python SNMP engine
implementation.
http://pysnmp.sf.net
comment "python-pysnmp needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pysnmp/json, sha256 locally computed
md5 9a4d23c4c1edea1c77faed72c469d8e8 pysnmp-4.3.2.tar.gz
sha256 7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977 pysnmp-4.3.2.tar.gz

View File

@@ -0,0 +1,17 @@
################################################################################
#
# python-pysnmp
#
################################################################################
PYTHON_PYSNMP_VERSION = 4.3.2
PYTHON_PYSNMP_SOURCE = pysnmp-$(PYTHON_PYSNMP_VERSION).tar.gz
PYTHON_PYSNMP_SITE = https://pypi.python.org/packages/9e/77/795fcc9d9a01adcb6175a3bf6532132addb8904922afd7877a9930d89f2f
PYTHON_PYSNMP_SETUP_TYPE = setuptools
PYTHON_PYSNMP_LICENSE = BSD-3c
PYTHON_PYSNMP_LICENSE_FILES = LICENSE.txt
PYTHON_PYSNMP_DEPENDENCIES = python-pyasn python-pycrypto
$(eval $(python-package))