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 | 48 |
1 files changed, 0 insertions, 48 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 deleted file mode 100644 index 819ba69eda..0000000000 --- a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch +++ /dev/null | |||
| @@ -1,48 +0,0 @@ | |||
| 1 | Dont cross compile site packages | ||
| 2 | |||
| 3 | -Khem | ||
| 4 | |||
| 5 | Upstream-Status: Inappropriate[Embedded-Specific] | ||
| 6 | |||
| 7 | --- | ||
| 8 | Makefile.pre.in | 16 ---------------- | ||
| 9 | 1 file changed, 16 deletions(-) | ||
| 10 | |||
| 11 | Index: Python-3.5.0/Makefile.pre.in | ||
| 12 | =================================================================== | ||
| 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 | ||
| 16 | $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ | ||
| 17 | $(DESTDIR)$(LIBDEST)/distutils/tests ; \ | ||
| 18 | fi | ||
| 19 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
| 20 | - $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
| 21 | - -d $(LIBDEST) -f \ | ||
| 22 | - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | ||
| 23 | - $(DESTDIR)$(LIBDEST) | ||
| 24 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
| 25 | - $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
| 26 | - -d $(LIBDEST) -f \ | ||
| 27 | - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ | ||
| 28 | - $(DESTDIR)$(LIBDEST) | ||
| 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) \ | ||
| 35 | - $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
| 36 | - -d $(LIBDEST)/site-packages -f \ | ||
| 37 | - -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages | ||
| 38 | - -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
| 39 | - $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \ | ||
| 40 | - -d $(LIBDEST)/site-packages -f \ | ||
| 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 | ||
| 46 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
| 47 | $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt | ||
| 48 | -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ | ||
