package/python-pillow: remove host-python-pillow support

host-python-pillow was needed to build optee-os from STMicroelecronics
during its rc versions but is is not needed anymore in the release.
It is then useless to keep this support.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Kory Maincent 2022-09-06 12:23:21 +02:00 committed by Yann E. MORIN
parent 73dedf735e
commit 40bb409a53

View File

@ -71,18 +71,4 @@ else
PYTHON_PILLOW_BUILD_OPTS += --disable-webp --disable-webpmux
endif
HOST_PYTHON_PILLOW_DEPENDENCIES = host-pkgconf
HOST_PYTHON_PILLOW_BUILD_OPTS = \
build_ext \
--disable-freetype \
--disable-jpeg \
--disable-lcms \
--disable-xcb \
--disable-jpeg2000 \
--disable-tiff \
--disable-webp \
--disable-webpmux
HOST_PYTHON_PILLOW_INSTALL_OPTS = $(HOST_PYTHON_PILLOW_BUILD_OPTS)
$(eval $(python-package))
$(eval $(host-python-package))