summaryrefslogtreecommitdiffstats
path: root/package/python-lxml/python-lxml.mk
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2017-02-01 15:51:08 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 18:43:49 +0200
commit4f147ae0a0f940dfc7ec93af8e70b6625821d91d (patch)
treed45ce1fc0cfc71b05a5ab1963c2b607bc6630c51 /package/python-lxml/python-lxml.mk
parent95ba0bb7e8d9d18b70e0216b931f64878bf41a2e (diff)
downloadbuildroot-4f147ae0a0f940dfc7ec93af8e70b6625821d91d.tar.gz
buildroot-4f147ae0a0f940dfc7ec93af8e70b6625821d91d.zip
python-lxml: allow build as host package
While currently there is no in-tree Buildroot package which depends on host-python-lxml, we (DATACOM) have some proprietary modules that use it in their test scripts. We tested python-lxml as host package and confirmed that it builds and works correctly. Someone else might require it, so we are proposing its inclusion. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> [Thomas: add Config.in.host entry.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-lxml/python-lxml.mk')
-rw-r--r--package/python-lxml/python-lxml.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk
index bb060d7ea6..40fb77351e 100644
--- a/package/python-lxml/python-lxml.mk
+++ b/package/python-lxml/python-lxml.mk
@@ -21,11 +21,16 @@ PYTHON_LXML_LICENSE_FILES = \
PYTHON_LXML_SETUP_TYPE = setuptools
PYTHON_LXML_DEPENDENCIES = libxml2 libxslt zlib
+HOST_PYTHON_LXML_DEPENDENCIES = host-libxml2 host-libxslt host-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
+HOST_PYTHON_LXML_BUILD_OPTS = \
+ --with-xslt-config=$(HOST_DIR)/usr/bin/xslt-config \
+ --with-xml2-config=$(HOST_DIR)/usr/bin/xml2-config
$(eval $(python-package))
+$(eval $(host-python-package))
OpenPOWER on IntegriCloud