[Buildroot] [git commit branch/next] package/python-pillow: enable host variant

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jun 5 20:45:19 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=d8c5d9b53437741c79cd3d759de1fe81af9055fd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

This commit enables the host variant of the python-pillow package, as
it is needed as a dependency to build some specific versions of
OP-TEE.

Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-pillow/python-pillow.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index 1105326799..2abe5e04ef 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk
@@ -72,3 +72,4 @@ PYTHON_PILLOW_BUILD_OPTS += --disable-webp --disable-webpmux
 endif
 
 $(eval $(python-package))
+$(eval $(host-python-package))



More information about the buildroot mailing list