From 606a43dc38a00cc243f933722db657aea4129f8e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 27 Jun 2016 20:59:19 +0100 Subject: meta: update patch metadata Enforce the correct tag names across all of oe-core for consistency. Signed-off-by: Ross Burton --- meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch | 2 +- .../0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch | 2 +- .../0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch | 2 +- meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch | 2 +- meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch | 2 +- .../guile/files/opensuse/guile-turn-off-gc-test.patch | 2 +- .../make/make-3.81/make_fix_for_automake-1.12.patch | 2 +- meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch | 2 +- meta/recipes-devtools/perl/perl/fix_bad_rpath.patch | 2 +- meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch | 2 +- .../python/python-native/avoid_parallel_make_races_on_pgen.patch | 4 ++-- meta/recipes-devtools/python/python-native/multilib.patch | 4 ++-- meta/recipes-devtools/python/python-native/nohostlibs.patch | 4 ++-- .../python/python/01-use-proper-tools-for-cross-build.patch | 2 +- .../python/python/06-avoid_usr_lib_termcap_path_in_linking.patch | 2 +- .../python/python/avoid_parallel_make_races_on_pgen.patch | 4 ++-- .../python/python/fix_for_using_different_libdir.patch | 6 +++--- meta/recipes-devtools/python/python/multilib.patch | 2 +- .../python/python3/fix_for_using_different_libdir.patch | 4 ++-- meta/recipes-devtools/python/python3/use_packed_importlib.patch | 2 +- .../qemu/qemu/0001-configure-support-vte-2.91.patch | 2 +- .../tcltk/tcl/fix_issue_with_old_distro_glibc.patch | 2 +- 22 files changed, 29 insertions(+), 29 deletions(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch b/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch index bd634b4418..c78f95d693 100644 --- a/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch +++ b/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch @@ -2,7 +2,7 @@ Upstream-Status: pending gcc 4.7 does not like pointer conversion, so have a void * tmp var to work around following compilation issue. -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2011/07/07 | md5.c: In function 'md5_finish_ctx': diff --git a/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch b/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch index 43238a7d2e..c7bf635ac7 100644 --- a/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch +++ b/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch @@ -1,6 +1,6 @@ Upstream-Status: Inappropriate [debian patch] -Signed-Off-by: Nitin A Kamble +Signed-off-by: Nitin A Kamble From e52bfcdbaca5dce498678d8f512381e3e39a4066 Mon Sep 17 00:00:00 2001 From: Rob Browning diff --git a/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch b/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch index 34be3b96e7..d3faf3e01a 100644 --- a/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch +++ b/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch @@ -1,6 +1,6 @@ Upstream-Status: Inappropriate [debian patch] -Signed-Off-by: Nitin A Kamble +Signed-off-by: Nitin A Kamble From 848543091d55dddb54a85612155964506d712852 Mon Sep 17 00:00:00 2001 From: Rob Browning diff --git a/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch b/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch index e5dc226370..5597bb21f1 100644 --- a/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch +++ b/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch @@ -6,7 +6,7 @@ autoreconf error avoided: | sed: -e expression #1, char 9: unknown option to `s' | configure.ac:39: error: AC_INIT should be called with package and version arguments -Signed-Off-by: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2012/05/01 Index: guile-2.0.5/build-aux/git-version-gen diff --git a/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch b/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch index d3e312f770..da69b5fd7b 100644 --- a/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch +++ b/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch @@ -1,6 +1,6 @@ Upstream-Status: Inappropriate [opensuse patch] -Signed-Off-by: Nitin A Kamble +Signed-off-by: Nitin A Kamble Index: guile-2.0.3/libguile/hash.c =================================================================== diff --git a/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch b/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch index e201486284..e2a353e15b 100644 --- a/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch +++ b/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch @@ -1,6 +1,6 @@ Upstream-Status: Inappropriate [opensuse patch] -Signed-Off-by: Nitin A Kamble +Signed-off-by: Nitin A Kamble See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10096 why this test is turned off. diff --git a/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch b/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch index 9b2e96431d..102fe79ab8 100644 --- a/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch +++ b/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch @@ -11,7 +11,7 @@ this patch avoids these kinds of errors: | ERROR: autoreconf execution failed. -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2012/05/04 Index: make-3.81/configure.in diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch index 04222cbf7a..63b80f6a14 100644 --- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch +++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch @@ -2,7 +2,7 @@ uuid.pc is generated at build time so should be installed from the current directory, and not $S. Upstream-Status: Pending [should be submitted] -Signed-Off-By: Ross Burton +Signed-off-by: Ross Burton Index: uuid-1.6.2/Makefile.in =================================================================== diff --git a/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch b/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch index 69ac434779..76501283ed 100644 --- a/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch +++ b/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch @@ -1,5 +1,5 @@ Upstream-Status:Inappropriate [embedded specific] -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2011/07/01 Fix these Package QA warnings before they are converted into fetal errors: diff --git a/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch index 6c61b09f65..8be6e4d21f 100644 --- a/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch +++ b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch @@ -3,7 +3,7 @@ Upstream-Status: Inappropriate [embedded specific] Avoids using python from the HOSTs native sysroot for f2py, uses TARGET env python instead. -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez Index: numpy-1.11.0/numpy/f2py/setup.py =================================================================== 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 - Implements Richard Purdie's idea -Signed-Off-By: Richard Purdie -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Richard Purdie +Signed-off-by: Alejandro Hernandez Index: Python-2.7.9/Makefile.pre.in =================================================================== 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 @@ Rebased for Python 2.7.9 -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez 2011/09/29 The python recipe building was failing because python-native @@ -10,7 +10,7 @@ recipe. Upstream-Status: Inappropriate [oe-specific] -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Index: Python-2.7.9/Include/pythonrun.h =================================================================== 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] 2014/12/15 Rebased for python-2.7.9 -Signed-Off-By: Nitin A Kamble -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Nitin A Kamble +Signed-off-by: Alejandro Hernandez Index: Python-2.7.9/setup.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 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 Signed-off-by: Paul Eggleton Rebased for python-2.7.9 -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez Index: Python-2.7.9/Makefile.pre.in =================================================================== 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 2011/09/29 Rebased for python 2.7.2 -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Signed-off-by: Paul Eggleton 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 - Implements Richard Purdie's idea -Signed-Off-By: Richard Purdie -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Richard Purdie +Signed-off-by: Alejandro Hernandez Index: Python-2.7.9/Makefile.pre.in =================================================================== 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. This patch makes the native python binary modules findable in the install process of the host python. -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Date: 2012/03/14 Updated for python 2.7.3 -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Date: 2012/05/01 Rebased for python-2.7.9 -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez 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 @@ Rebased for python-2.7.9 -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez Index: Python-2.7.9/configure.ac =================================================================== 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. This patch makes the native python binary modules findable in the install process of the host python. -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Date: 2012/03/14 Updated for python 2.7.3 -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble Date: 2012/05/01 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, this avoids executing the binary and forces it to use the packed importlib*.h files. -Signed-Off-By: Alejandro Hernandez +Signed-off-by: Alejandro Hernandez Index: Python-3.5.0/Makefile.pre.in =================================================================== diff --git a/meta/recipes-devtools/qemu/qemu/0001-configure-support-vte-2.91.patch b/meta/recipes-devtools/qemu/qemu/0001-configure-support-vte-2.91.patch index af0df3b1ab..c286822b21 100644 --- a/meta/recipes-devtools/qemu/qemu/0001-configure-support-vte-2.91.patch +++ b/meta/recipes-devtools/qemu/qemu/0001-configure-support-vte-2.91.patch @@ -3,7 +3,7 @@ From: Jussi Kukkonen Date: Fri, 17 Jun 2016 21:09:03 +0300 Subject: [PATCH] configure: support vte-2.91 -Upstream-status: Backport [c6feff9e09aa99] +Upstream-Status: Backport [c6feff9e09aa99] Signed-off-by: Jussi Kukkonen Original commit message below: diff --git a/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch b/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch index 5b5de07305..72a0fa4520 100644 --- a/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch +++ b/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch @@ -12,7 +12,7 @@ Fixes tcl target recipe build on old distros which have glibc older than 2.14 | Making directory /srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/image/usr/bin | make: *** [install-msgs] Error 1 -Signed-Off-By: Nitin A Kamble +Signed-off-by: Nitin A Kamble 2012/04/26 Index: unix/Makefile.in -- cgit 1.2.3-korg