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,6 @@
config BR2_PACKAGE_PYTHON_ECDSA
bool "python-ecdsa"
help
ECDSA cryptographic signature library (pure python).
http://github.com/warner/python-ecdsa

View File

@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi/ecdsa/json
md5 1f60eda9cb5c46722856db41a3ae6670 ecdsa-0.13.tar.gz
# sha256 calculated by scanpypi
sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa ecdsa-0.13.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ecdsa
#
################################################################################
PYTHON_ECDSA_VERSION = 0.13
PYTHON_ECDSA_SOURCE = ecdsa-$(PYTHON_ECDSA_VERSION).tar.gz
PYTHON_ECDSA_SITE = https://pypi.python.org/packages/source/e/ecdsa
PYTHON_ECDSA_SETUP_TYPE = setuptools
PYTHON_ECDSA_LICENSE = MIT
PYTHON_ECDSA_LICENSE_FILES = LICENSE
$(eval $(python-package))