diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch')
-rw-r--r-- | meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch b/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch index 03ef286941..819ba69eda 100644 --- a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch +++ b/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch | |||
@@ -8,9 +8,11 @@ Upstream-Status: Inappropriate[Embedded-Specific] | |||
8 | Makefile.pre.in | 16 ---------------- | 8 | Makefile.pre.in | 16 ---------------- |
9 | 1 file changed, 16 deletions(-) | 9 | 1 file changed, 16 deletions(-) |
10 | 10 | ||
11 | --- a/Makefile.pre.in | 11 | Index: Python-3.5.0/Makefile.pre.in |
12 | +++ b/Makefile.pre.in | 12 | =================================================================== |
13 | @@ -1078,24 +1078,6 @@ libinstall: build_all $(srcdir)/Lib/$(PL | 13 | --- Python-3.5.0.orig/Makefile.pre.in |
14 | +++ Python-3.5.0/Makefile.pre.in | ||
15 | @@ -1262,33 +1262,6 @@ libinstall: build_all $(srcdir)/Lib/$(PL | ||
14 | $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ | 16 | $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ |
15 | $(DESTDIR)$(LIBDEST)/distutils/tests ; \ | 17 | $(DESTDIR)$(LIBDEST)/distutils/tests ; \ |
16 | fi | 18 | fi |
@@ -24,7 +26,12 @@ Upstream-Status: Inappropriate[Embedded-Specific] | |||
24 | - -d $(LIBDEST) -f \ | 26 | - -d $(LIBDEST) -f \ |
25 | - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | 27 | - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ |
26 | - $(DESTDIR)$(LIBDEST) | 28 | - $(DESTDIR)$(LIBDEST) |
27 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | 29 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
30 | - $(PYTHON_FOR_BUILD) -Wi -OO $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
31 | - -d $(LIBDEST) -f \ | ||
32 | - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | ||
33 | - $(DESTDIR)$(LIBDEST) | ||
34 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
28 | - $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ | 35 | - $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ |
29 | - -d $(LIBDEST)/site-packages -f \ | 36 | - -d $(LIBDEST)/site-packages -f \ |
30 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages | 37 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages |
@@ -32,6 +39,10 @@ Upstream-Status: Inappropriate[Embedded-Specific] | |||
32 | - $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ | 39 | - $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ |
33 | - -d $(LIBDEST)/site-packages -f \ | 40 | - -d $(LIBDEST)/site-packages -f \ |
34 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages | 41 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages |
42 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
43 | - $(PYTHON_FOR_BUILD) -Wi -OO $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
44 | - -d $(LIBDEST)/site-packages -f \ | ||
45 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages | ||
35 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | 46 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |
36 | $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt | 47 | $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt |
37 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | 48 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ |