summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-pycurl/no-static-link.patch2
-rw-r--r--meta/recipes-devtools/python/python-pygobject/generate-constants.patch2
-rw-r--r--meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch2
-rw-r--r--meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch2
-rw-r--r--meta/recipes-devtools/python/python/02-remove-test-for-cross.patch2
-rw-r--r--meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch2
-rw-r--r--meta/recipes-devtools/python/python/04-default-is-optimized.patch2
-rw-r--r--meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch2
-rw-r--r--meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch2
-rw-r--r--meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch2
10 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
index b7c5ab9c9c..c97f5dc029 100644
--- a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
+++ b/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: pycurl-7.18.2/setup.py 3Index: pycurl-7.18.2/setup.py
2=================================================================== 4===================================================================
3--- pycurl-7.18.2.orig/setup.py 5--- pycurl-7.18.2.orig/setup.py
diff --git a/meta/recipes-devtools/python/python-pygobject/generate-constants.patch b/meta/recipes-devtools/python/python-pygobject/generate-constants.patch
index 57a9380620..be2ecd3b7c 100644
--- a/meta/recipes-devtools/python/python-pygobject/generate-constants.patch
+++ b/meta/recipes-devtools/python/python-pygobject/generate-constants.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: pygobject-2.14.2/gobject/Makefile.am 3Index: pygobject-2.14.2/gobject/Makefile.am
2=================================================================== 4===================================================================
3--- pygobject-2.14.2.orig/gobject/Makefile.am 5--- pygobject-2.14.2.orig/gobject/Makefile.am
diff --git a/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch b/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
index a1f5bb29ba..c58c3280e2 100644
--- a/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
+++ b/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: Pyrex-0.9.8.4/Pyrex/Distutils/extension.py 3Index: Pyrex-0.9.8.4/Pyrex/Distutils/extension.py
2=================================================================== 4===================================================================
3--- Pyrex-0.9.8.4.orig/Pyrex/Distutils/extension.py 5--- Pyrex-0.9.8.4.orig/Pyrex/Distutils/extension.py
diff --git a/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch b/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
index e091431ab2..6c769ac7d3 100644
--- a/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
+++ b/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# We need to ensure our host tools get run during build, not the freshly 3# We need to ensure our host tools get run during build, not the freshly
2# built cross-tools (this will not work), so we introduce HOSTPYTHON and HOSTPGEN. 4# built cross-tools (this will not work), so we introduce HOSTPYTHON and HOSTPGEN.
3# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille-media.de> 5# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille-media.de>
diff --git a/meta/recipes-devtools/python/python/02-remove-test-for-cross.patch b/meta/recipes-devtools/python/python/02-remove-test-for-cross.patch
index b1c0bfb859..9b164d5df7 100644
--- a/meta/recipes-devtools/python/python/02-remove-test-for-cross.patch
+++ b/meta/recipes-devtools/python/python/02-remove-test-for-cross.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# OpenEmbedded prepopulates the autotools site cache, so if this 3# OpenEmbedded prepopulates the autotools site cache, so if this
2# would be using AC_TRY_CACHE, we could patch it in a more sane way 4# would be using AC_TRY_CACHE, we could patch it in a more sane way
3# Alas, I don't have enough autotalent to do that. 5# Alas, I don't have enough autotalent to do that.
diff --git a/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch b/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
index a1a385a07c..d74e4b1776 100644
--- a/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
+++ b/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# We need to supply STAGING_INCDIR here, otherwise the Tk headers 3# We need to supply STAGING_INCDIR here, otherwise the Tk headers
2# will not be found. 4# will not be found.
3# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille.de> 5# Signed-Off: Michael 'Mickey' Lauer <mickey@vanille.de>
diff --git a/meta/recipes-devtools/python/python/04-default-is-optimized.patch b/meta/recipes-devtools/python/python/04-default-is-optimized.patch
index c4617ab863..042ac5e46f 100644
--- a/meta/recipes-devtools/python/python/04-default-is-optimized.patch
+++ b/meta/recipes-devtools/python/python/04-default-is-optimized.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# when compiling for an embedded system, we need every bit of 3# when compiling for an embedded system, we need every bit of
2# performance we can get. default to optimized with the option 4# performance we can get. default to optimized with the option
3# of opt-out. 5# of opt-out.
diff --git a/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch b/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
index 58b8078068..a68a20620a 100644
--- a/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
+++ b/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# CTypes need to know the actual host we are building on. 3# CTypes need to know the actual host we are building on.
2# Signed-Off: Michael Dietrich <mdt@emdete.de> 4# Signed-Off: Michael Dietrich <mdt@emdete.de>
3 5
diff --git a/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch b/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
index 68c9d5cfd5..b39b22f496 100644
--- a/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
+++ b/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1The poison directories patch has detected library path issue while 3The poison directories patch has detected library path issue while
2compiling the python in cross environment, as seen bellow. 4compiling the python in cross environment, as seen bellow.
3 5
diff --git a/meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch b/meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch
index 0bd1a2d4d0..a5d9812caf 100644
--- a/meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch
+++ b/meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1# Reinstate the empty -O option to fix weird mixing of native and target 3# Reinstate the empty -O option to fix weird mixing of native and target
2# binaries and libraries with LD_LIBRARY_PATH when host==target 4# binaries and libraries with LD_LIBRARY_PATH when host==target
3# 5#