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>
This commit is contained in:
Carlos Santos
2017-02-01 15:51:08 -02:00
committed by Thomas Petazzoni
parent 95ba0bb7e8
commit 4f147ae0a0
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_HOST_PYTHON_LXML
bool "host python-lxml"
help
The lxml XML toolkit is a Pythonic binding for the C libraries
libxml2 and libxslt.
http://lxml.de/