summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-28 15:41:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:31 +0000
commitece80fe035c49a192abbca2dd00e50699e786e95 (patch)
tree605be2dd67546c867b234c78148b393686021061 /meta/recipes-devtools
parent70c18f205d07384548dcaff904f7f854e9c51cc5 (diff)
downloadpoky-ece80fe035c49a192abbca2dd00e50699e786e95.tar.gz
Add Upstream-Status to patches
(From OE-Core rev: 169e55d802883df763dbff4a4737e05e96358fa3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch2
-rw-r--r--meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch2
-rw-r--r--meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch2
-rw-r--r--meta/recipes-devtools/installer/files/wget_cache.patch2
-rw-r--r--meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch3
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch2
-rw-r--r--meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch2
-rw-r--r--meta/recipes-devtools/python/python-native/multilib.patch3
-rw-r--r--meta/recipes-devtools/python/python/multilib.patch3
-rw-r--r--meta/recipes-devtools/rpm/rpm/header-include-fix.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch3
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-autogen.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch3
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-platform.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-showrc.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-solvedb.patch2
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch2
-rw-r--r--meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch1
24 files changed, 48 insertions, 4 deletions
diff --git a/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch b/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
index 083547a35b..7bc8caf4f1 100644
--- a/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
+++ b/meta/recipes-devtools/automake/automake/prefer-cpio-over-pax-for-ustar-archives.patch
@@ -11,6 +11,8 @@ CDPATH="${ZSH_VERSION+.}:" && cd . && perllibdir="automake-1.11.1/lib:./lib" "au
11/bin/sh: automake-1.11.1/aclocal: No such file or directory 11/bin/sh: automake-1.11.1/aclocal: No such file or directory
12make: *** [aclocal.m4] Error 127 12make: *** [aclocal.m4] Error 127
13 13
14Upstream-Status: Pending
15
14Signed-off-by: Tom Rini <tom_rini@mentor.com> 16Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 17
16Index: automake-1.11.1/m4/tar.m4 18Index: automake-1.11.1/m4/tar.m4
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch b/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
index 510f12e3ed..9d7f7321ac 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
+++ b/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
@@ -1,4 +1,4 @@
1UpstreamStatus: Inappropriate 1Upstream-Status: Inappropriate
2 2
3This patch fixes populated dosfs image creation with directory 3This patch fixes populated dosfs image creation with directory
4structures. Earlier it was causing segfault; and only image 4structures. Earlier it was causing segfault; and only image
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch b/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
index 21ebc1052c..6ee3f7f771 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
+++ b/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
@@ -4,7 +4,7 @@ broken images with the -d option. It can still be enabled on the commandline
4at the users own risk. This changes us back to the 2.10 version's behaviour 4at the users own risk. This changes us back to the 2.10 version's behaviour
5which was known to work well even with large images. 5which was known to work well even with large images.
6 6
7Upstream Status: Inapprioriate [depends on other patches we apply] 7Upstream-Status: Inapproriate [depends on other patches we apply]
8 8
9RP 2011/12/13 9RP 2011/12/13
10 10
diff --git a/meta/recipes-devtools/installer/files/wget_cache.patch b/meta/recipes-devtools/installer/files/wget_cache.patch
index 6fd38e5fc4..1281d12a3b 100644
--- a/meta/recipes-devtools/installer/files/wget_cache.patch
+++ b/meta/recipes-devtools/installer/files/wget_cache.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [configuration]
2
1--- trunk/libopkg/opkg_download.c 2011-03-10 16:41:29.000000000 +0800 3--- trunk/libopkg/opkg_download.c 2011-03-10 16:41:29.000000000 +0800
2+++ trunk/libopkg/opkg_download.c 2011-03-10 16:42:33.000000000 +0800 4+++ trunk/libopkg/opkg_download.c 2011-03-10 16:42:33.000000000 +0800
3@@ -162,6 +162,7 @@ 5@@ -162,6 +162,7 @@
diff --git a/meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch b/meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch
index 476d0913d4..2eb9abd06b 100644
--- a/meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch
+++ b/meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch
@@ -1,3 +1,6 @@
1
2Upstream-Status: Inappropriate [configuration]
3
1Index: intltool-0.40.6/intltool.m4 4Index: intltool-0.40.6/intltool.m4
2=================================================================== 5===================================================================
3--- intltool-0.40.6.orig/intltool.m4 2009-02-14 14:12:28.000000000 -0800 6--- intltool-0.40.6.orig/intltool.m4 2009-02-14 14:12:28.000000000 -0800
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch
index 435e74e863..b679f8b970 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch
@@ -6,7 +6,7 @@ Subject: ipkg-utils: Make arfile.py handle six digit UIDs
6 as a single field. This makes things better than before as it now honors 6 as a single field. This makes things better than before as it now honors
7 the fixed field widths. 7 the fixed field widths.
8 8
9Upsteam-status: Pending (there is no upstream after openmoko imploded) 9Upstream-Status: Pending (there is no upstream after openmoko imploded)
10 10
11--- ipkg-utils/arfile.py.orig 2010-09-29 13:38:15.000000000 -0700 11--- ipkg-utils/arfile.py.orig 2010-09-29 13:38:15.000000000 -0700
12+++ ipkg-utils/arfile.py 2010-10-01 16:06:00.000000000 -0700 12+++ ipkg-utils/arfile.py 2010-10-01 16:06:00.000000000 -0700
diff --git a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
index 6faa7a2a44..f9223a86ae 100644
--- a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
+++ b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch
@@ -1,6 +1,8 @@
1Due to disabling the LD_LIBRARY_PATH handling, we need to use a static 1Due to disabling the LD_LIBRARY_PATH handling, we need to use a static
2libsqlite. 2libsqlite.
3 3
4Upstream-Status: Inappropriate [configuration]
5
4diff -ur git.orig/Makefile.in git/Makefile.in 6diff -ur git.orig/Makefile.in git/Makefile.in
5--- git.orig/Makefile.in 7--- git.orig/Makefile.in
6+++ git/Makefile.in 8+++ git/Makefile.in
diff --git a/meta/recipes-devtools/python/python-native/multilib.patch b/meta/recipes-devtools/python/python-native/multilib.patch
index f8d7aee84b..0526031ada 100644
--- a/meta/recipes-devtools/python/python-native/multilib.patch
+++ b/meta/recipes-devtools/python/python-native/multilib.patch
@@ -16,6 +16,9 @@ The python recipe building was failing because python-native
16could not handle sys.lib var. sys.lib var is defined in the 16could not handle sys.lib var. sys.lib var is defined in the
17multilib patch hence added this multilib.patch for python-native 17multilib patch hence added this multilib.patch for python-native
18recipe. 18recipe.
19
20Upstream-Status: Inappropriate [oe-specific]
21
19Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 22Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
20 23
21Index: Python-2.7.2/Include/pythonrun.h 24Index: Python-2.7.2/Include/pythonrun.h
diff --git a/meta/recipes-devtools/python/python/multilib.patch b/meta/recipes-devtools/python/python/multilib.patch
index babff1280e..df470f7c09 100644
--- a/meta/recipes-devtools/python/python/multilib.patch
+++ b/meta/recipes-devtools/python/python/multilib.patch
@@ -12,6 +12,9 @@ Date: Tue Jun 28 21:21:29 2011 +0800
12 12
132011/09/29 132011/09/29
14Rebased for python 2.7.2 14Rebased for python 2.7.2
15
16Upstream-Status: Inappropriate [configuration]
17
15Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 18Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
16 19
17Index: Python-2.7.2/Include/pythonrun.h 20Index: Python-2.7.2/Include/pythonrun.h
diff --git a/meta/recipes-devtools/rpm/rpm/header-include-fix.patch b/meta/recipes-devtools/rpm/rpm/header-include-fix.patch
index 92c534e582..6aa072d7c8 100644
--- a/meta/recipes-devtools/rpm/rpm/header-include-fix.patch
+++ b/meta/recipes-devtools/rpm/rpm/header-include-fix.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h 3diff --git a/rpmdb/rpmdb.h b/rpmdb/rpmdb.h
2index 0e1bdd7..8b522bb 100644 4index 0e1bdd7..8b522bb 100644
3--- a/rpmdb/rpmdb.h 5--- a/rpmdb/rpmdb.h
diff --git a/meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch b/meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch
index 69b7130b9b..3663692d2d 100644
--- a/meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch
+++ b/meta/recipes-devtools/rpm/rpm/remove-compiled-tests.patch
@@ -1,3 +1,6 @@
1
2Upstream-Status: Inappropriate [configuration]
3
1Index: rpm-5.1.9/configure.ac 4Index: rpm-5.1.9/configure.ac
2=================================================================== 5===================================================================
3--- rpm-5.1.9.orig/configure.ac 2009-04-18 17:47:02.000000000 +0100 6--- rpm-5.1.9.orig/configure.ac 2009-04-18 17:47:02.000000000 +0100
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch b/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
index 30c5f7b183..5e93517ad1 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-autoconf.patch
@@ -4,6 +4,8 @@ configure.ac:11: error: m4_divert_push: cannot change diversion to `GROW' inside
4 4
5without this patch. 5without this patch.
6 6
7Upstream-Status: Pending
8
7Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 9Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
8 10
9diff -ur rpm-5.1.10.orig/configure.ac rpm-5.1.10/configure.ac 11diff -ur rpm-5.1.10.orig/configure.ac rpm-5.1.10/configure.ac
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch b/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
index 323bb7151e..5fe6ded811 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
@@ -2,6 +2,8 @@ Remove the sanity checking from the rpm autogen.sh. This is required because
2we may have slightly different, but yet compatible versions. If we do end 2we may have slightly different, but yet compatible versions. If we do end
3up breaking things, we'll deal with it at that time. 3up breaking things, we'll deal with it at that time.
4 4
5Upstream-Status: Pending
6
5Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 7Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
6 8
7diff -ur rpm-5.4.0.orig/autogen.sh rpm-5.4.0/autogen.sh 9diff -ur rpm-5.4.0.orig/autogen.sh rpm-5.4.0/autogen.sh
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch b/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
index 36190585ca..3aac1164d6 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
@@ -14,6 +14,8 @@ This patch changes the list of supported items to:
14 <arch>-<vendor>-<os> 14 <arch>-<vendor>-<os>
15 <arch>-<vendor>-<os>-<extension> 15 <arch>-<vendor>-<os>-<extension>
16 16
17Upstream-Status: Pending
18
17Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 19Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
18 20
19Index: rpm-5.4.0/lib/rpmrc.c 21Index: rpm-5.4.0/lib/rpmrc.c
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch b/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
index d1e4bf695c..1f948cd65a 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
@@ -7,6 +7,8 @@ Note: this is a temporary workaround. Eventually we will want to have a way
7to seed per-file dependency and other information in order to generate a 7to seed per-file dependency and other information in order to generate a
8package from previously determined information. 8package from previously determined information.
9 9
10Upstream-Status: Pending
11
10Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 12Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
11 13
12diff --git a/lib/rpmfc.c b/lib/rpmfc.c 14diff --git a/lib/rpmfc.c b/lib/rpmfc.c
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch b/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
index 829399c95e..b5ff2637c2 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
@@ -2,6 +2,8 @@ During installation, the libtool relink attempts to link to -lrpm...
2The problem is that it hasn't been installed yet! So small change causes 2The problem is that it hasn't been installed yet! So small change causes
3the libtool to instead use the build version. 3the libtool to instead use the build version.
4 4
5Upstream-Status: Pending
6
5Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 7Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
6 8
7--- rpm-5.4.0/lib/Makefile.am.orig 9--- rpm-5.4.0/lib/Makefile.am.orig
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch b/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
index aafa416881..babafb3d72 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
@@ -1,3 +1,6 @@
1
2Upstream-Status: Inappropriate [configuration]
3
1diff --git a/rpmdb/DB_CONFIG.in b/rpmdb/DB_CONFIG.in 4diff --git a/rpmdb/DB_CONFIG.in b/rpmdb/DB_CONFIG.in
2index 8b94c94..e0b4689 100644 5index 8b94c94..e0b4689 100644
3--- a/rpmdb/DB_CONFIG.in 6--- a/rpmdb/DB_CONFIG.in
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch b/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
index 4aded7518e..d81e25ac4e 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
@@ -1,5 +1,7 @@
1lib/order.c: Make the dependency loop messages into debug msgs 1lib/order.c: Make the dependency loop messages into debug msgs
2 2
3Upstream-Status: Pending
4
3Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 5Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
4 6
5diff -urN rpm-5.4.0.orig/lib/order.c rpm-5.4.0/lib/order.c 7diff -urN rpm-5.4.0.orig/lib/order.c rpm-5.4.0/lib/order.c
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch b/meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch
index 33039ad990..f6e58283be 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch
@@ -1,5 +1,7 @@
1Backport from RPM 5.4.1 CVS, disabled fsync. 1Backport from RPM 5.4.1 CVS, disabled fsync.
2 2
3Upstream-Status: Backport
4
3Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 5Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
4 6
5diff -ur rpm-5.4.0.orig/CHANGES rpm-5.4.0/CHANGES 7diff -ur rpm-5.4.0.orig/CHANGES rpm-5.4.0/CHANGES
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-platform.patch b/meta/recipes-devtools/rpm/rpm/rpm-platform.patch
index 09a1c13048..7b81857837 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-platform.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-platform.patch
@@ -1,5 +1,7 @@
1Fix up platform and related sysinfo file loading. 1Fix up platform and related sysinfo file loading.
2 2
3Upstream-Status: Pending
4
3This ensures that RPM knows the compatible set of package types at all times. 5This ensures that RPM knows the compatible set of package types at all times.
4 6
5Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 7Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch b/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
index 5051ce604b..b38b34d9db 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
@@ -1,5 +1,7 @@
1Workaround for a memory leak in --showrc. 1Workaround for a memory leak in --showrc.
2 2
3Upstream-Status: Pending
4
3Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 5Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
4 6
5diff -ur rpm-5.4.0.orig/lib/rpmrc.c rpm-5.4.0/lib/rpmrc.c 7diff -ur rpm-5.4.0.orig/lib/rpmrc.c rpm-5.4.0/lib/rpmrc.c
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-solvedb.patch b/meta/recipes-devtools/rpm/rpm/rpm-solvedb.patch
index 5c1819c367..d6f43a2c06 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-solvedb.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-solvedb.patch
@@ -4,6 +4,8 @@ Previously the max was set to 5, up this to 20... this should be more
4then enough for now.. also add an RPM_ERROR message in case we exceed the 4then enough for now.. also add an RPM_ERROR message in case we exceed the
5new maximum. 5new maximum.
6 6
7Upstream-Status: Pending
8
7Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 9Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
8 10
9diff -urN rpm-5.4.0.orig/rpmio/rpmbag.c rpm-5.4.0/rpmio/rpmbag.c 11diff -urN rpm-5.4.0.orig/rpmio/rpmbag.c rpm-5.4.0/rpmio/rpmbag.c
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch b/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
index 9e7bba0475..dd8d8bd5de 100644
--- a/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
+++ b/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
@@ -1,5 +1,5 @@
1Source: None 1Source: None
2Status: Needs to go Upstream 2Upstream-Status: Pending
3Author: Khem Raj <raj.khem@gmail.com> 3Author: Khem Raj <raj.khem@gmail.com>
4Date: 2011-03-03 4Date: 2011-03-03
5Description: 5Description:
diff --git a/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch b/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
index 9bca52832a..99962af48a 100644
--- a/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
+++ b/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
@@ -2,6 +2,7 @@ sigmask is a macro which is dropped if BSD compatibility is
2not enabled. So we check if the macro does not exist then 2not enabled. So we check if the macro does not exist then
3we define it to __sigmask 3we define it to __sigmask
4 4
5Upstream-Status: Inappropriate [configuration]
5Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 7
7Index: strace-4.5.20/signal.c 8Index: strace-4.5.20/signal.c