Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_LMDB
bool "python-lmdb"
select BR2_PACKAGE_PYTHON_CFFI # runtime
help
Universal Python binding for the LMDB 'Lightning' Database.
https://pypi.python.org/pypi/lmdb

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 abd2b2ae9ecf2fd1e1bc55ef4e8463b5910722fcd70a1bbf34a3e669a74a41a4 python-lmdb-py-lmdb_0.89.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-lmdb
#
################################################################################
PYTHON_LMDB_VERSION = py-lmdb_0.89
PYTHON_LMDB_SITE = $(call github,dw,py-lmdb,$(PYTHON_LMDB_VERSION))
PYTHON_LMDB_LICENSE = OLDAP-2.8
PYTHON_LMDB_LICENSE_FILES = LICENSE
PYTHON_LMDB_SETUP_TYPE = setuptools
PYTHON_LMDB_DEPENDENCIES = host-python-cffi
$(eval $(python-package))