[Buildroot] [git commit branch/2019.02.x] package/python3: drop unrecognized option

Peter Korsgaard peter at korsgaard.com
Wed Jul 31 21:39:33 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=4de50d728132b37868c0ae93b2cf46167cc52c3d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

--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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 440eaa41d2514c51eaa25e138d2980c06189d568)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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


More information about the buildroot mailing list