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,8 @@
config BR2_PACKAGE_PYTHON_MAKO
bool "python-mako"
help
Mako is a template library written in Python. It provides a
familiar, non-XML syntax which compiles into Python modules
for maximum performance.
https://pypi.python.org/pypi/Mako

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/Mako/json, sha256 locally computed
md5 c5fc31a323dd4990683d2f2da02d4e20 Mako-1.0.4.tar.gz
sha256 fed99dbe4d0ddb27a33ee4910d8708aca9ef1fe854e668387a9ab9a90cbf9059 Mako-1.0.4.tar.gz

View File

@@ -0,0 +1,18 @@
################################################################################
#
# python-mako
#
################################################################################
PYTHON_MAKO_VERSION = 1.0.4
PYTHON_MAKO_SOURCE = Mako-$(PYTHON_MAKO_VERSION).tar.gz
PYTHON_MAKO_SITE = https://pypi.python.org/packages/7a/ae/925434246ee90b42e8ef57d3b30a0ab7caf9a2de3e449b876c56dcb48155
PYTHON_MAKO_SETUP_TYPE = setuptools
PYTHON_MAKO_LICENSE = MIT
PYTHON_MAKO_LICENSE_FILES = LICENSE
# In host build, setup.py tries to download markupsafe if it is not installed
HOST_PYTHON_MAKO_DEPENDENCIES = host-python-markupsafe
$(eval $(python-package))
$(eval $(host-python-package))