Update buidlroot to version 2016.08.1
This commit is contained in:
7
bsp/buildroot/package/python-ujson/Config.in
Normal file
7
bsp/buildroot/package/python-ujson/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_UJSON
|
||||
bool "python-ujson"
|
||||
help
|
||||
UltraJSON is an ultra fast JSON encoder and decoder written
|
||||
in pure C with bindings for Python 2.5+ and 3.
|
||||
|
||||
https://pypi.python.org/pypi/ujson
|
||||
3
bsp/buildroot/package/python-ujson/python-ujson.hash
Normal file
3
bsp/buildroot/package/python-ujson/python-ujson.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=42f77b0cce686dfa4da2e68480b1dd24,sha256 locally computed.
|
||||
md5 42f77b0cce686dfa4da2e68480b1dd24 ujson-1.35.tar.gz
|
||||
sha256 f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86 ujson-1.35.tar.gz
|
||||
13
bsp/buildroot/package/python-ujson/python-ujson.mk
Normal file
13
bsp/buildroot/package/python-ujson/python-ujson.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ujson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_UJSON_VERSION = 1.35
|
||||
PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
|
||||
PYTHON_UJSON_SITE = http://pypi.python.org/packages/source/u/ujson
|
||||
PYTHON_UJSON_LICENSE = BSD-3c
|
||||
PYTHON_UJSON_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user