diff options
Diffstat (limited to 'meta/recipes-devtools/python')
10 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch b/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch index 5279e7c3b4..a592ea40a1 100644 --- a/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch +++ b/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch | |||
@@ -4,8 +4,8 @@ Avoids parallel make races linking errors when making Parser/PGEN | |||
4 | 4 | ||
5 | - Implements Richard Purdie's idea | 5 | - Implements Richard Purdie's idea |
6 | 6 | ||
7 | Signed-Off-By: Richard Purdie <richard.purdie@linuxfoundation.org> | 7 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
8 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 8 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
9 | 9 | ||
10 | Index: Python-2.7.9/Makefile.pre.in | 10 | Index: Python-2.7.9/Makefile.pre.in |
11 | =================================================================== | 11 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python-native/multilib.patch b/meta/recipes-devtools/python/python-native/multilib.patch index 8ca89e7c51..8d475e9960 100644 --- a/meta/recipes-devtools/python/python-native/multilib.patch +++ b/meta/recipes-devtools/python/python-native/multilib.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | Rebased for Python 2.7.9 | 1 | Rebased for Python 2.7.9 |
2 | 2 | ||
3 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 3 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
4 | 4 | ||
5 | 2011/09/29 | 5 | 2011/09/29 |
6 | The python recipe building was failing because python-native | 6 | The python recipe building was failing because python-native |
@@ -10,7 +10,7 @@ recipe. | |||
10 | 10 | ||
11 | Upstream-Status: Inappropriate [oe-specific] | 11 | Upstream-Status: Inappropriate [oe-specific] |
12 | 12 | ||
13 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 13 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
14 | 14 | ||
15 | Index: Python-2.7.9/Include/pythonrun.h | 15 | Index: Python-2.7.9/Include/pythonrun.h |
16 | =================================================================== | 16 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python-native/nohostlibs.patch b/meta/recipes-devtools/python/python-native/nohostlibs.patch index 8a452e94dc..078060b49e 100644 --- a/meta/recipes-devtools/python/python-native/nohostlibs.patch +++ b/meta/recipes-devtools/python/python-native/nohostlibs.patch | |||
@@ -2,8 +2,8 @@ Upstream-Status: Inappropriate [embedded specific] | |||
2 | 2 | ||
3 | 2014/12/15 | 3 | 2014/12/15 |
4 | Rebased for python-2.7.9 | 4 | Rebased for python-2.7.9 |
5 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 5 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
6 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 6 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
7 | 7 | ||
8 | Index: Python-2.7.9/setup.py | 8 | Index: Python-2.7.9/setup.py |
9 | =================================================================== | 9 | =================================================================== |
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 1257ca6557..4d1395de01 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 | |||
@@ -7,7 +7,7 @@ Signed-off-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> | |||
7 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | 7 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
8 | 8 | ||
9 | Rebased for python-2.7.9 | 9 | Rebased for python-2.7.9 |
10 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 10 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
11 | 11 | ||
12 | Index: Python-2.7.9/Makefile.pre.in | 12 | Index: Python-2.7.9/Makefile.pre.in |
13 | =================================================================== | 13 | =================================================================== |
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 e452cb6ac4..435b319013 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 | |||
@@ -11,7 +11,7 @@ Nitin A Kamble <nitin.a.kamble@intel.com> | |||
11 | 11 | ||
12 | 2011/09/29 | 12 | 2011/09/29 |
13 | Rebased for python 2.7.2 | 13 | Rebased for python 2.7.2 |
14 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 14 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
15 | 15 | ||
16 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | 16 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> |
17 | 17 | ||
diff --git a/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch b/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch index e9bae324f7..8012245afe 100644 --- a/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch +++ b/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch | |||
@@ -4,8 +4,8 @@ Avoids parallel make races linking errors when making Parser/PGEN | |||
4 | 4 | ||
5 | - Implements Richard Purdie's idea | 5 | - Implements Richard Purdie's idea |
6 | 6 | ||
7 | Signed-Off-By: Richard Purdie <richard.purdie@linuxfoundation.org> | 7 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
8 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 8 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
9 | 9 | ||
10 | Index: Python-2.7.9/Makefile.pre.in | 10 | Index: Python-2.7.9/Makefile.pre.in |
11 | =================================================================== | 11 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch b/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch index e4262d9ef0..5f7309367c 100644 --- a/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch +++ b/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch | |||
@@ -4,15 +4,15 @@ This patch fixes issuing with different libdir like lib64. | |||
4 | This patch makes the native python binary modules findable | 4 | This patch makes the native python binary modules findable |
5 | in the install process of the host python. | 5 | in the install process of the host python. |
6 | 6 | ||
7 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 7 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
8 | Date: 2012/03/14 | 8 | Date: 2012/03/14 |
9 | 9 | ||
10 | Updated for python 2.7.3 | 10 | Updated for python 2.7.3 |
11 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 11 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
12 | Date: 2012/05/01 | 12 | Date: 2012/05/01 |
13 | 13 | ||
14 | Rebased for python-2.7.9 | 14 | Rebased for python-2.7.9 |
15 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 15 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
16 | 16 | ||
17 | 17 | ||
18 | Index: Python-2.7.9/Lib/sysconfig.py | 18 | Index: Python-2.7.9/Lib/sysconfig.py |
diff --git a/meta/recipes-devtools/python/python/multilib.patch b/meta/recipes-devtools/python/python/multilib.patch index 0bfa0d2cf4..47c4bc1e90 100644 --- a/meta/recipes-devtools/python/python/multilib.patch +++ b/meta/recipes-devtools/python/python/multilib.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | Rebased for python-2.7.9 | 1 | Rebased for python-2.7.9 |
2 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
3 | 3 | ||
4 | Index: Python-2.7.9/configure.ac | 4 | Index: Python-2.7.9/configure.ac |
5 | =================================================================== | 5 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch b/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch index cd1a978eb3..0610565d3c 100644 --- a/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch +++ b/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch | |||
@@ -4,11 +4,11 @@ This patch fixes issuing with different libdir like lib64. | |||
4 | This patch makes the native python binary modules findable | 4 | This patch makes the native python binary modules findable |
5 | in the install process of the host python. | 5 | in the install process of the host python. |
6 | 6 | ||
7 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 7 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
8 | Date: 2012/03/14 | 8 | Date: 2012/03/14 |
9 | 9 | ||
10 | Updated for python 2.7.3 | 10 | Updated for python 2.7.3 |
11 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 11 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
12 | Date: 2012/05/01 | 12 | Date: 2012/05/01 |
13 | 13 | ||
14 | Index: Python-3.3.0rc2/Lib/sysconfig.py | 14 | Index: Python-3.3.0rc2/Lib/sysconfig.py |
diff --git a/meta/recipes-devtools/python/python3/use_packed_importlib.patch b/meta/recipes-devtools/python/python3/use_packed_importlib.patch index 6c4b0cda9e..70708a0adc 100644 --- a/meta/recipes-devtools/python/python3/use_packed_importlib.patch +++ b/meta/recipes-devtools/python/python3/use_packed_importlib.patch | |||
@@ -6,7 +6,7 @@ importlib*.h files, this is impossible to do on a cross-compile environment, | |||
6 | this avoids executing the binary and forces it to use the packed importlib*.h files. | 6 | this avoids executing the binary and forces it to use the packed importlib*.h files. |
7 | 7 | ||
8 | 8 | ||
9 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 9 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
10 | 10 | ||
11 | Index: Python-3.5.0/Makefile.pre.in | 11 | Index: Python-3.5.0/Makefile.pre.in |
12 | =================================================================== | 12 | =================================================================== |