All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option
@ 2019-06-23 12:06 Fabrice Fontaine
  2019-06-23 15:19 ` Thomas Petazzoni
  2019-07-31 21:40 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-06-23 12:06 UTC (permalink / raw)
  To: buildroot

--enable-old-stdlib-cache is not recognozed since at least version
3.6.3, see:
http://autobuild.buildroot.org/results/b957f956100fc36c7d5ffab1d7df41a65ae52ded

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python3/python3.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 2211cfed81..ca834059fb 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -70,10 +70,6 @@ else
 PYTHON3_CONF_OPTS += --with-expat=none
 endif
 
-ifeq ($(BR2_PACKAGE_PYTHON3_PYC_ONLY),y)
-PYTHON3_CONF_OPTS += --enable-old-stdlib-cache
-endif
-
 ifeq ($(BR2_PACKAGE_PYTHON3_SQLITE),y)
 PYTHON3_DEPENDENCIES += sqlite
 else
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option
  2019-06-23 12:06 [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option Fabrice Fontaine
@ 2019-06-23 15:19 ` Thomas Petazzoni
  2019-07-31 21:40 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-06-23 15:19 UTC (permalink / raw)
  To: buildroot

On Sun, 23 Jun 2019 14:06:41 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> --enable-old-stdlib-cache is not recognozed since at least version
> 3.6.3, see:
> http://autobuild.buildroot.org/results/b957f956100fc36c7d5ffab1d7df41a65ae52ded
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/python3/python3.mk | 4 ----
>  1 file changed, 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option
  2019-06-23 12:06 [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option Fabrice Fontaine
  2019-06-23 15:19 ` Thomas Petazzoni
@ 2019-07-31 21:40 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-07-31 21:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > --enable-old-stdlib-cache is not recognozed since at least version
 > 3.6.3, see:
 > http://autobuild.buildroot.org/results/b957f956100fc36c7d5ffab1d7df41a65ae52ded

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-31 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 12:06 [Buildroot] [PATCH 1/1] package/python3: drop unrecognized option Fabrice Fontaine
2019-06-23 15:19 ` Thomas Petazzoni
2019-07-31 21:40 ` Peter Korsgaard

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.