summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-10 19:59:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 23:01:53 +0100
commit1c914a844b35ff57b1c528251a9eaa19cedbaa10 (patch)
tree7224db398b2ac2bc823db5e9249b914988b565d7 /meta/recipes-devtools
parent20d90af47d33329d21b1a2c945886e0801314c2a (diff)
downloadpoky-1c914a844b35ff57b1c528251a9eaa19cedbaa10.tar.gz
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. (From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch2
-rw-r--r--meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch2
-rw-r--r--meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch2
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch2
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch2
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch2
-rw-r--r--meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch2
-rw-r--r--meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch2
-rw-r--r--meta/recipes-devtools/mklibs/files/fix_cross_compile.patch2
-rw-r--r--meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch2
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch2
-rw-r--r--meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch2
-rw-r--r--meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch2
-rw-r--r--meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch2
-rw-r--r--meta/recipes-devtools/python/python/setuptweaks.patch2
-rw-r--r--meta/recipes-devtools/python/python3/setuptweaks.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/dbconvert.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch2
-rw-r--r--meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch2
-rw-r--r--meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch2
-rw-r--r--meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch2
27 files changed, 27 insertions, 27 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch b/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
index e5beaae197..6108c0d5cb 100644
--- a/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
+++ b/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
@@ -1,4 +1,4 @@
1Upstream Status: Backport 1Upstream-Status: Backport
2 2
3https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=2c62985659da21a3fe16062d211a7158f79ad2e9 3https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=2c62985659da21a3fe16062d211a7158f79ad2e9
4 4
diff --git a/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
index abdfa2a50b..ba1a4bab4c 100644
--- a/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ b/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
@@ -8,7 +8,7 @@ which actually shoudl be fixed in gnulib and then all downstream
8projects will get it eventually. For now we apply the fix to 8projects will get it eventually. For now we apply the fix to
9coreutils 9coreutils
10 10
11Upstream-Status: Not Required 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14--- 14---
diff --git a/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch b/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
index a8400d51b3..f5bd9aaec7 100644
--- a/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
+++ b/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
@@ -14,7 +14,7 @@ prerequisite.
14This fix is to revert 0220de9c8ebfb18caae2ac1aa163d060e98ceade and 14This fix is to revert 0220de9c8ebfb18caae2ac1aa163d060e98ceade and
15instead make sure that LDFLAGS comes before extra_ldflags. 15instead make sure that LDFLAGS comes before extra_ldflags.
16 16
17Upstream-status: Backport 17Upstream-Status: Backport
18--- 18---
19 Makefile.in | 2 +- 19 Makefile.in | 2 +-
20 NEWS.txt | 10 ++++++++++ 20 NEWS.txt | 10 ++++++++++
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
index 2624f90e72..0b8008dfc9 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
@@ -15,7 +15,7 @@ those are larger commits containing other changes not needed here.
15 15
16Signed-off-by: Paul Barker <paul@paulbarker.me.uk> 16Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
17 17
18Upstream-status: Backport 18Upstream-Status: Backport
19--- 19---
20 lib/ext2fs/unix_io.c | 6 +++--- 20 lib/ext2fs/unix_io.c | 6 +++---
21 misc/create_inode.c | 1 + 21 misc/create_inode.c | 1 +
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
index 03c0abc026..d38cc4d3f4 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
@@ -16,7 +16,7 @@ cache[0]: cached ino 15 when bufsize = 156 by ext2fs_read_inode_full()
16Then the ino 14 would hit the cache[1] when bufsize = 128 (but it was 16Then the ino 14 would hit the cache[1] when bufsize = 128 (but it was
17cached by bufsize = 156), so there would be errors. 17cached by bufsize = 156), so there would be errors.
18 18
19Upstream-Status: [Submitted] 19Upstream-Status: Submitted
20 20
21Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 21Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
22--- 22---
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
index 9b467c338c..cba0ce0047 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] misc/mke2fs.c: return error when failed to populate filesystem
6We need return retval when "mke2fs -d" failed, otherwise the "$?" would 6We need return retval when "mke2fs -d" failed, otherwise the "$?" would
7be 0 which is misleading. 7be 0 which is misleading.
8 8
9Upstream-Status Submitted 9Upstream-Status: Submitted
10 10
11Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 11Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12--- 12---
diff --git a/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch b/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
index 374cba555e..f861e8990e 100644
--- a/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
+++ b/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
@@ -1,6 +1,6 @@
1Fix elf_cvt_gunhash if dest and src are same. 1Fix elf_cvt_gunhash if dest and src are same.
2 2
3Upstream-status: Pending 3Upstream-Status: Pending
4 4
5The 'dest' and 'src' can be same, we need to save the value of src32[2] 5The 'dest' and 'src' can be same, we need to save the value of src32[2]
6before swaping it. 6before swaping it.
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch b/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
index 4c98ca273a..7e8efa1e84 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
@@ -18,7 +18,7 @@ of gengtype).
18[GCC #61899] 18[GCC #61899]
19https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61899 19https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61899
20 20
21Upstream-Status: Send to gcc-patches@gcc.gnu.org mailing list 21Upstream-Status: Submitted [gcc-patches@gcc.gnu.org]
22 22
23Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 23Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
24--- 24---
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch b/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
index 4b312d4fa9..d442ba8a82 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
@@ -11,7 +11,7 @@ Subject: [PATCH] r212171
11 11
12git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212171 138bc75d-0d04-0410-961f-82ee72b054a4 12git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212171 138bc75d-0d04-0410-961f-82ee72b054a4
13 13
14Upstream-status: Backport [https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=212171] 14Upstream-Status: Backport [https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=212171]
15Signed-off-by: Baoshan Pang <baoshan.pang@windriver.com> 15Signed-off-by: Baoshan Pang <baoshan.pang@windriver.com>
16--- 16---
17 gcc/except.c | 23 ++++++++++++++++++----- 17 gcc/except.c | 23 ++++++++++++++++++-----
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch b/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
index 6d24aa4572..de827cbda6 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
@@ -11,7 +11,7 @@ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63348
11 11
12git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215613 138bc75d-0d04-0410-961f-82ee72b054a4 12git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215613 138bc75d-0d04-0410-961f-82ee72b054a4
13 13
14Upstream-status: Backport [https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=215613] 14Upstream-Status: Backport [https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=215613]
15Signed-off-by: Baoshan Pang <baoshan.pang@windriver.com> 15Signed-off-by: Baoshan Pang <baoshan.pang@windriver.com>
16Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 16Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
17--- 17---
diff --git a/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
index abdfa2a50b..ba1a4bab4c 100644
--- a/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ b/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
@@ -8,7 +8,7 @@ which actually shoudl be fixed in gnulib and then all downstream
8projects will get it eventually. For now we apply the fix to 8projects will get it eventually. For now we apply the fix to
9coreutils 9coreutils
10 10
11Upstream-Status: Not Required 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14--- 14---
diff --git a/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch b/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
index 7eb86590cc..13e4606b80 100644
--- a/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
+++ b/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
@@ -1,6 +1,6 @@
1Remove dependency on dpkg 1Remove dependency on dpkg
2 2
3Upstream-Status Submitted 3Upstream-Status: Submitted
4 4
5Asking the host OS whether it supports multiarch is not useful 5Asking the host OS whether it supports multiarch is not useful
6in a cross-compilation environment, or if the user has specified 6in a cross-compilation environment, or if the user has specified
diff --git a/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch b/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
index 3f14ca1e75..bc56593e6a 100644
--- a/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
+++ b/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
@@ -3,7 +3,7 @@ From: Yuanjie Huang <yuanjie.huang@windriver.com>
3Date: Wed, 15 Apr 2015 14:00:06 +0800 3Date: Wed, 15 Apr 2015 14:00:06 +0800
4Subject: [PATCH] Show GNU unique symbols as provided symbols 4Subject: [PATCH] Show GNU unique symbols as provided symbols
5 5
6Upstream-Status Submitted 6Upstream-Status: Submitted
7 7
8GNU Unique symbol is a GNU extension employed by new version of GCC 8GNU Unique symbol is a GNU extension employed by new version of GCC
9by default. Even Standard C++ library in GCC 4.9 provides some symbols, 9by default. Even Standard C++ library in GCC 4.9 provides some symbols,
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
index f4f0ef870e..4dfc1370c1 100644
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
@@ -1,7 +1,7 @@
1Obey LDFLAGS 1Obey LDFLAGS
2 2
3Signed-off-by: Christopher Larson <chris_larson@mentor.com> 3Signed-off-by: Christopher Larson <chris_larson@mentor.com>
4Upstream-status: Pending 4Upstream-Status: Pending
5 5
6--- uuid-1.6.2.orig/Makefile.in 6--- uuid-1.6.2.orig/Makefile.in
7+++ uuid-1.6.2/Makefile.in 7+++ uuid-1.6.2/Makefile.in
diff --git a/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
index abdfa2a50b..ba1a4bab4c 100644
--- a/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ b/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
@@ -8,7 +8,7 @@ which actually shoudl be fixed in gnulib and then all downstream
8projects will get it eventually. For now we apply the fix to 8projects will get it eventually. For now we apply the fix to
9coreutils 9coreutils
10 10
11Upstream-Status: Not Required 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14--- 14---
diff --git a/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch b/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
index 08a6b0a5fd..c8293c3d6a 100644
--- a/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
+++ b/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
@@ -2,7 +2,7 @@ dist/threads/t/join.t: adjust ps option
2 2
3The ps's option '-f' is not supported by busybox in oe. 3The ps's option '-f' is not supported by busybox in oe.
4 4
5Upstream-Status: [oe specific] 5Upstream-Status: Inappropriate
6Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 6Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
7--- 7---
8 dist/threads/t/join.t | 6 +++--- 8 dist/threads/t/join.t | 6 +++---
diff --git a/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch b/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
index 1ee818c27b..ce577fe5f8 100644
--- a/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
+++ b/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
@@ -2,7 +2,7 @@ ext/DynaLoader/t/DynaLoader.t: fix calling dl_findfile() failed
2 2
3Use '$Config{libc}' as the libc file name 3Use '$Config{libc}' as the libc file name
4 4
5Upstream-Status: oe specific 5Upstream-Status: Inappropriate
6Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 6Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
7--- 7---
8 ext/DynaLoader/t/DynaLoader.t | 2 +- 8 ext/DynaLoader/t/DynaLoader.t | 2 +-
diff --git a/meta/recipes-devtools/python/python/setuptweaks.patch b/meta/recipes-devtools/python/python/setuptweaks.patch
index c34ef160d3..3a91b1916c 100644
--- a/meta/recipes-devtools/python/python/setuptweaks.patch
+++ b/meta/recipes-devtools/python/python/setuptweaks.patch
@@ -1,7 +1,7 @@
1This patch removes various ways native system options can pass into the python 1This patch removes various ways native system options can pass into the python
2compilation and somehow break C modules. 2compilation and somehow break C modules.
3 3
4Upstream-Status: Configuration [OE Specific] 4Upstream-Status: Inappropriate [OE Specific]
5 5
6RP 2012/04/23 6RP 2012/04/23
7 7
diff --git a/meta/recipes-devtools/python/python3/setuptweaks.patch b/meta/recipes-devtools/python/python3/setuptweaks.patch
index c34ef160d3..3a91b1916c 100644
--- a/meta/recipes-devtools/python/python3/setuptweaks.patch
+++ b/meta/recipes-devtools/python/python3/setuptweaks.patch
@@ -1,7 +1,7 @@
1This patch removes various ways native system options can pass into the python 1This patch removes various ways native system options can pass into the python
2compilation and somehow break C modules. 2compilation and somehow break C modules.
3 3
4Upstream-Status: Configuration [OE Specific] 4Upstream-Status: Inappropriate [OE Specific]
5 5
6RP 2012/04/23 6RP 2012/04/23
7 7
diff --git a/meta/recipes-devtools/rpm/rpm/dbconvert.patch b/meta/recipes-devtools/rpm/rpm/dbconvert.patch
index 78de7d99d2..1fdbf0908a 100644
--- a/meta/recipes-devtools/rpm/rpm/dbconvert.patch
+++ b/meta/recipes-devtools/rpm/rpm/dbconvert.patch
@@ -1,4 +1,4 @@
1Upstream-Status: Not applicable 1Upstream-Status: Inappropriate
2 2
3Hack to prevent unneeded demo app from building on older libc 3Hack to prevent unneeded demo app from building on older libc
4where it will break the build 4where it will break the build
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch b/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
index edb6ea2f47..77020a34d6 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
@@ -1,6 +1,6 @@
1Support both db5 and db6. 1Support both db5 and db6.
2 2
3Upstream-status: Inappropriate [configuration] 3Upstream-Status: Inappropriate [configuration]
4 4
5Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 5Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
6 6
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch b/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
index fa1ff43d6c..27a0a8df83 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
@@ -1,7 +1,7 @@
1Occasionally the cp -p fails with a non-zero return code. This will cause 1Occasionally the cp -p fails with a non-zero return code. This will cause
2the system abort the build. 2the system abort the build.
3 3
4Upstream-status: Pending 4Upstream-Status: Pending
5 5
6Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 6Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
7 7
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch b/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
index fcbc25df0e..d8feed73ff 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
@@ -3,7 +3,7 @@ rpmpgp.c: Add missing if defs around crypto implementations
3Without these, the system will error trying to find the correct crypto 3Without these, the system will error trying to find the correct crypto
4library to use. 4library to use.
5 5
6Upstream-status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 8Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
9 9
diff --git a/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch b/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
index 5a70f14f29..71045aebc7 100644
--- a/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
+++ b/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
@@ -4,7 +4,7 @@ Date: Wed, 14 May 2014 21:19:41 +0000
4Subject: [PATCH] - verify: fix: broken logic for %ghost avoidance (Mark 4Subject: [PATCH] - verify: fix: broken logic for %ghost avoidance (Mark
5 Hatle). 5 Hatle).
6 6
7Upstream-status: backport 7Upstream-Status: Backport
8 8
9Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 9Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
10--- 10---
diff --git a/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch b/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
index f70766b646..0853959908 100644
--- a/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
+++ b/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Add linux/aarch64/arch_regs.h
6It is missing from the tarball, but it is present in git for v4.10 6It is missing from the tarball, but it is present in git for v4.10
7 7
8Signed-off-by: Koen Kooi <koen.kooi@linaro.org> 8Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
9Upstream-status: Pending 9Upstream-Status: Pending
10--- 10---
11 linux/aarch64/arch_regs.h | 2 ++ 11 linux/aarch64/arch_regs.h | 2 ++
12 1 file changed, 2 insertions(+) 12 1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch b/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
index 12ad4c3f90..f8167cb2f0 100644
--- a/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
+++ b/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
@@ -1,4 +1,4 @@
1Upstream-status: Backport 1Upstream-Status: Backport
2 2
3r14566 | florian | 2014-09-24 17:02:54 -0500 (Wed, 24 Sep 2014) | 4 lines 3r14566 | florian | 2014-09-24 17:02:54 -0500 (Wed, 24 Sep 2014) | 4 lines
4 4
diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
index 69ca43221c..6d547a6c99 100644
--- a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
+++ b/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
@@ -3,7 +3,7 @@ configure.in: drop the test of xmllint and xsltproc
3The test is unnecessary, the xmllint and xsltproc were explicitly 3The test is unnecessary, the xmllint and xsltproc were explicitly
4added to RDEPENDS. 4added to RDEPENDS.
5 5
6Upstream-Status: oe-specific 6Upstream-Status: Inappropriate
7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
8--- 8---
9 configure.in | 4 ++-- 9 configure.in | 4 ++--