summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
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/rpm
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/rpm')
-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
5 files changed, 5 insertions, 5 deletions
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---