From: "Köry Maincent via buildroot" <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Kory Maincent <kory.maincent@bootlin.com>,
Asaf Kahlon <asafka7@gmail.com>,
Angelo Compagnucci <angelo.compagnucci@gmail.com>,
thomas.petazzoni@bootlin.com, yann.morin.1998@free.fr
Subject: [Buildroot] [PATCH v2 2/2] package/python-pillow: remove host-python-pillow support
Date: Tue, 6 Sep 2022 12:23:21 +0200 [thread overview]
Message-ID: <20220906102322.899679-2-kory.maincent@bootlin.com> (raw)
In-Reply-To: <20220906102322.899679-1-kory.maincent@bootlin.com>
From: Kory Maincent <kory.maincent@bootlin.com>
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>
---
package/python-pillow/python-pillow.mk | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index 7cff54e9ea..31725a3e46 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk
@@ -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))
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-09-06 10:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 10:23 [Buildroot] [PATCH v2 1/2] boot/optee-os: remove host-python-pillow build dependency Köry Maincent via buildroot
2022-09-06 10:23 ` Köry Maincent via buildroot [this message]
2022-09-06 11:48 ` [Buildroot] [PATCH v2 2/2] package/python-pillow: remove host-python-pillow support Yann E. MORIN
2022-09-06 11:47 ` [Buildroot] [PATCH v2 1/2] boot/optee-os: remove host-python-pillow build dependency Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220906102322.899679-2-kory.maincent@bootlin.com \
--to=buildroot@buildroot.org \
--cc=angelo.compagnucci@gmail.com \
--cc=asafka7@gmail.com \
--cc=kory.maincent@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.