Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -3,7 +3,7 @@ config BR2_PACKAGE_PYTHON_DICTTOXML
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
help
Converts a Python dictionary or other native data type into a valid
XML string.
Converts a Python dictionary or other native data type into
a valid XML string.
https://github.com/quandyfactory/dicttoxml

View File

@@ -8,7 +8,7 @@ PYTHON_DICTTOXML_VERSION = 1.7.4
PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
PYTHON_DICTTOXML_SETUP_TYPE = distutils
PYTHON_DICTTOXML_LICENSE = GPLv2
PYTHON_DICTTOXML_LICENSE = GPL-2.0
PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
$(eval $(python-package))