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,7 @@
config BR2_PACKAGE_PYTHON_UBJSON
bool "python-ubjson"
help
This is a Python v3.2+ (and 2.7+) Universal Binary JSON
encoder/decoder based on the draft-12 specification.
https://pypi.python.org/pypi/py-ubjson

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/py-ubjson/json, sha256 locally computed
md5 09584b02508451a8133095c3b5f2bf41 py-ubjson-0.8.5.tar.gz
sha256 e58e99753aaff3ed5d884989a6236bd98a4b0dfdb0e62f9753c20f485691fa9e py-ubjson-0.8.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ubjson
#
################################################################################
PYTHON_UBJSON_VERSION = 0.8.5
PYTHON_UBJSON_SOURCE = py-ubjson-$(PYTHON_UBJSON_VERSION).tar.gz
PYTHON_UBJSON_SITE = https://pypi.python.org/packages/99/12/173cd417cacdacd158f947365bb17952a93b4e9d08f8a2f4b77d6c17cb4e
PYTHON_UBJSON_LICENSE = Apache-2.0
PYTHON_UBJSON_LICENSE_FILES = LICENSE
PYTHON_UBJSON_SETUP_TYPE = setuptools
$(eval $(python-package))