diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2017-02-01 15:51:08 -0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 18:43:49 +0200 |
commit | 4f147ae0a0f940dfc7ec93af8e70b6625821d91d (patch) | |
tree | d45ce1fc0cfc71b05a5ab1963c2b607bc6630c51 /package/python-lxml/Config.in.host | |
parent | 95ba0bb7e8d9d18b70e0216b931f64878bf41a2e (diff) | |
download | buildroot-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/Config.in.host')
-rw-r--r-- | package/python-lxml/Config.in.host | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-lxml/Config.in.host b/package/python-lxml/Config.in.host new file mode 100644 index 0000000000..580e440e17 --- /dev/null +++ b/package/python-lxml/Config.in.host @@ -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/ + |