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:
parent
73dedf735e
commit
40bb409a53
@ -71,18 +71,4 @@ else
|
|||||||
PYTHON_PILLOW_BUILD_OPTS += --disable-webp --disable-webpmux
|
PYTHON_PILLOW_BUILD_OPTS += --disable-webp --disable-webpmux
|
||||||
endif
|
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 $(python-package))
|
||||||
$(eval $(host-python-package))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user