aboutsummaryrefslogtreecommitdiffstats
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 22:59:01 +0100
commitbd220fe6ce8c3a0805f13a14706d3130ea872604 (patch)
treeb044b28a2bab552037266a736fe430380e7aabcb /meta/recipes-devtools/rpm
parentcf03765705c6cd26c1a904b62b9aca8f914f44aa (diff)
downloadopenembedded-core-bd220fe6ce8c3a0805f13a14706d3130ea872604.tar.gz
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. 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 @@
-Upstream-Status: Not applicable
+Upstream-Status: Inappropriate
Hack to prevent unneeded demo app from building on older libc
where 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 @@
Support both db5 and db6.
-Upstream-status: Inappropriate [configuration]
+Upstream-Status: Inappropriate [configuration]
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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 @@
Occasionally the cp -p fails with a non-zero return code. This will cause
the system abort the build.
-Upstream-status: Pending
+Upstream-Status: Pending
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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
Without these, the system will error trying to find the correct crypto
library to use.
-Upstream-status: Pending
+Upstream-Status: Pending
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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
Subject: [PATCH] - verify: fix: broken logic for %ghost avoidance (Mark
Hatle).
-Upstream-status: backport
+Upstream-Status: Backport
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---