summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch')
-rw-r--r--meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch b/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
index 90dcd57c04..60d782cd26 100644
--- a/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
+++ b/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
@@ -4,12 +4,13 @@ cross-compiled.
4Signed-off-by: Tudor Florea <tudor.florea@enea.com> 4Signed-off-by: Tudor Florea <tudor.florea@enea.com>
5Upstream-Status: Pending 5Upstream-Status: Pending
6--- 6---
7diff -ruN a/Makefile.pre.in b/Makefile.pre.in 7Index: Python-2.7.14/Makefile.pre.in
8--- a/Makefile.pre.in 2013-06-27 10:44:11.033840532 +0200 8===================================================================
9+++ b/Makefile.pre.in 2013-06-27 10:44:39.572635273 +0200 9--- Python-2.7.14.orig/Makefile.pre.in
10@@ -709,14 +709,19 @@ 10+++ Python-2.7.14/Makefile.pre.in
11 # generated bytecode. This is sometimes a very shy bug needing a lot of 11@@ -846,14 +846,19 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/pytho
12 # sample data. 12
13 .PHONY: test testall testuniversal buildbottest pythoninfo
13 14
14-TESTOPTS= -l $(EXTRATESTOPTS) 15-TESTOPTS= -l $(EXTRATESTOPTS)
15+TESTOPTS= -l -v $(EXTRATESTOPTS) 16+TESTOPTS= -l -v $(EXTRATESTOPTS)