Import buildroot 2016.02.01
This commit is contained in:
10
firmware/buildroot/package/python-lxml/Config.in
Normal file
10
firmware/buildroot/package/python-lxml/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_LXML
|
||||
bool "python-lxml"
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_LIBXSLT
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
The lxml XML toolkit is a Pythonic binding for the C libraries
|
||||
libxml2 and libxslt.
|
||||
|
||||
http://lxml.de/
|
||||
2
firmware/buildroot/package/python-lxml/python-lxml.hash
Normal file
2
firmware/buildroot/package/python-lxml/python-lxml.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578 lxml-3.5.0.tgz
|
||||
31
firmware/buildroot/package/python-lxml/python-lxml.mk
Normal file
31
firmware/buildroot/package/python-lxml/python-lxml.mk
Normal file
@@ -0,0 +1,31 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-lxml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LXML_VERSION = 3.5.0
|
||||
PYTHON_LXML_SITE = http://lxml.de/files
|
||||
PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz
|
||||
|
||||
# Not including the GPL, because it is used only for the test scripts.
|
||||
PYTHON_LXML_LICENSE = BSD-3c, Others
|
||||
PYTHON_LXML_LICENSE_FILES = \
|
||||
LICENSES.txt \
|
||||
doc/licenses/BSD.txt \
|
||||
doc/licenses/elementtree.txt \
|
||||
src/lxml/isoschematron/resources/rng/iso-schematron.rng
|
||||
|
||||
# python-lxml can use either setuptools, or distutils as a fallback.
|
||||
# So, we use setuptools.
|
||||
PYTHON_LXML_SETUP_TYPE = setuptools
|
||||
|
||||
PYTHON_LXML_DEPENDENCIES = libxml2 libxslt zlib
|
||||
|
||||
# python-lxml needs these scripts in order to properly detect libxml2 and
|
||||
# libxslt compiler and linker flags
|
||||
PYTHON_LXML_BUILD_OPTS = \
|
||||
--with-xslt-config=$(STAGING_DIR)/usr/bin/xslt-config \
|
||||
--with-xml2-config=$(STAGING_DIR)/usr/bin/xml2-config
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user