mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
host-python: enable expat support
Some packages (like libxcb) need xml support in host-python in order to build (.py file tries to import xml.etree.cElementTree). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f13d97e106
commit
5a7192b253
@ -18,7 +18,7 @@ HOST_PYTHON_CONF_OPT += \
|
|||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--disable-sqlite3 \
|
--disable-sqlite3 \
|
||||||
--disable-tk \
|
--disable-tk \
|
||||||
--with-expat=none \
|
--with-expat=system \
|
||||||
--disable-curses \
|
--disable-curses \
|
||||||
--disable-codecs-cjk \
|
--disable-codecs-cjk \
|
||||||
--disable-nis \
|
--disable-nis \
|
||||||
@ -39,6 +39,8 @@ HOST_PYTHON_AUTORECONF = YES
|
|||||||
|
|
||||||
PYTHON_DEPENDENCIES = host-python libffi
|
PYTHON_DEPENDENCIES = host-python libffi
|
||||||
|
|
||||||
|
HOST_PYTHON_DEPENDENCIES = host-expat
|
||||||
|
|
||||||
PYTHON_INSTALL_STAGING = YES
|
PYTHON_INSTALL_STAGING = YES
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PYTHON_READLINE),y)
|
ifeq ($(BR2_PACKAGE_PYTHON_READLINE),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user