diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-12-04 10:49:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:32 +0000 |
commit | ee65b00b4ce3f4c27c2a19f079576345d39efb22 (patch) | |
tree | 4a6d9972322499b9570b0d9403e1863fee75aedf | |
parent | e5f557b3bdaa5bbd632b50824d8f85d2d2aeb221 (diff) | |
download | openembedded-core-ee65b00b4ce3f4c27c2a19f079576345d39efb22.tar.gz openembedded-core-ee65b00b4ce3f4c27c2a19f079576345d39efb22.tar.bz2 openembedded-core-ee65b00b4ce3f4c27c2a19f079576345d39efb22.zip |
rpm: Fix Upstream-Status fields
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
4 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch b/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch index 61f1e0c69b..0fae571e49 100644 --- a/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch +++ b/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch @@ -4,7 +4,7 @@ We want to see the RPMSENSE_SCRIPT values for use with SMART. We also want to see the MISSINGOK value so we can avoid recommended packages causing failures. -Upstream-status: Pending +Upstream-Status: Pending Signed-off-by: Mark Hatle <mark.hatle@windriver.com> diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch b/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch index d2ed8534f3..59022f4e63 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch @@ -14,7 +14,7 @@ If DBI debugging is enabled, additional diagnostics are printed, otherwise a basic retry and success message is added to show that the failure was resolved. -Upstream-status: Inappropriate (workaround) +Upstream-Status: Inappropriate (workaround) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> diff --git a/meta/recipes-devtools/rpm/rpm/rpm-stub-out-git_strerror.patch b/meta/recipes-devtools/rpm/rpm/rpm-stub-out-git_strerror.patch index 2cfc163fe1..cbeeb29f52 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-stub-out-git_strerror.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-stub-out-git_strerror.patch @@ -2,7 +2,7 @@ git: fix: stud-out git_strerror when --without-git Patch taken from the cvs repo,http://www.mail-archive.com/rpm-cvs@rpm5.org/msg08907.html. -Upstream-status: Backport +Upstream-Status: Backport Signed-off-by: Morgan Little <morgan.little@windriver.com> diff --git a/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch b/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch index 0e45ed78ff..600e2c280c 100644 --- a/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch +++ b/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch @@ -7,6 +7,8 @@ use the one in ossp which solves the issue. The recipe already depends on ossp so ossp/uuid.h will be there when rpm-native is built. +Upstream-Status: Pending + Signed-off-by: Morgan Little <morgan.little@windriver.com> |