Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYASN1
bool "python-pyasn1"
help
ASN.1 types and codecs.
https://github.com/etingof/pyasn1

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyasn1/json
md5 f3c0cfbf882a20811be5ad5a41f74b82 pyasn1-0.4.5.tar.gz
sha256 da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7 pyasn1-0.4.5.tar.gz
# Locally computed sha256 checksums
sha256 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5 LICENSE.rst

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pyasn1
#
################################################################################
PYTHON_PYASN1_VERSION = 0.4.5
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/46/60/b7e32f6ff481b8a1f6c8f02b0fd9b693d1c92ddd2efb038ec050d99a7245
PYTHON_PYASN1_SETUP_TYPE = setuptools
PYTHON_PYASN1_LICENSE = BSD-2-Clause
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
$(eval $(python-package))