summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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-support
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-support')
-rw-r--r--meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch2
-rw-r--r--meta/recipes-support/gnupg/gnupg/pkgconfig.patch2
-rw-r--r--meta/recipes-support/gpgme/gpgme/pkgconfig.patch2
-rw-r--r--meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch2
-rw-r--r--meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch2
-rw-r--r--meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch2
-rw-r--r--meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch2
-rw-r--r--meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch2
-rw-r--r--meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch2
-rw-r--r--meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch2
-rw-r--r--meta/recipes-support/npth/npth/pkgconfig.patch2
11 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch b/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
index 770d8f66b9..d3cb43b9b9 100644
--- a/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
+++ b/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
@@ -1,7 +1,7 @@
Obey LDFLAGS
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
-Upstream-status: Inappropriate [old version]
+Upstream-Status: Inappropriate [old version]
--- gdbm-1.8.3.orig/Makefile.in
+++ gdbm-1.8.3/Makefile.in
diff --git a/meta/recipes-support/gnupg/gnupg/pkgconfig.patch b/meta/recipes-support/gnupg/gnupg/pkgconfig.patch
index 5e036bac90..f958603ca7 100644
--- a/meta/recipes-support/gnupg/gnupg/pkgconfig.patch
+++ b/meta/recipes-support/gnupg/gnupg/pkgconfig.patch
@@ -1,6 +1,6 @@
Use pkg-config to find pth instead of pth-config.
-Upstream-Status: Rejected
+Upstream-Status: Denied
[not submitted but they've been clear they don't want a pkg-config dependency]
RP 2014/5/22
diff --git a/meta/recipes-support/gpgme/gpgme/pkgconfig.patch b/meta/recipes-support/gpgme/gpgme/pkgconfig.patch
index f79e8658ae..e2f1f4ffb5 100644
--- a/meta/recipes-support/gpgme/gpgme/pkgconfig.patch
+++ b/meta/recipes-support/gpgme/gpgme/pkgconfig.patch
@@ -1,7 +1,7 @@
Update gpgme to use pkgconfig instead of -config files since its
simpler and less error prone when cross compiling.
-Upstream-Status: Rejected [Upstream not interested in pkg-config support]
+Upstream-Status: Denied [Upstream not interested in pkg-config support]
RP 2015/4/17
diff --git a/configure.ac b/configure.ac
diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
index f130d85652..b6ccdda6a5 100644
--- a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
@@ -2,7 +2,7 @@ Add pkgconfig support to libassuan.
This patch is rejected by upstream for the reason below:
They think pkgconfig adds no portability and maintaining them is not worthwhile.
-Upstream-Status: Rejected
+Upstream-Status: Denied
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
diff --git a/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch b/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
index 82c93bd44d..67ddfc6403 100644
--- a/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
+++ b/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
@@ -1,6 +1,6 @@
Add and use pkg-config for libgcrypt instead of -config scripts.
-Upstream-Status: Rejected [upstream have indicated they don't want a pkg-config dependency]
+Upstream-Status: Denied [upstream have indicated they don't want a pkg-config dependency]
RP 2014/5/22
diff --git a/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch b/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
index 56c591f06e..582e62f709 100644
--- a/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
+++ b/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
@@ -37,7 +37,7 @@ than 2.
4. File a bug to GNU, but it could not be reproduced on there environment.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
-Upstream-Status: [oe specific]
+Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
index 0f136fd6a4..b5886c5b95 100644
--- a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
@@ -1,4 +1,4 @@
-Upstream-Status: Rejected
+Upstream-Status: Denied
Add pkgconfig support to libksba.
This patch is rejected by upstream for the reason below:
diff --git a/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch
index a62194b6f1..2aeacb868e 100644
--- a/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ b/meta/recipes-support/libunistring/libunistring/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
projects will get it eventually. For now we apply the fix to
coreutils
-Upstream-Status: Not Required
+Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
diff --git a/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch b/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
index 527589f71c..739be82311 100644
--- a/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
+++ b/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
@@ -4,7 +4,7 @@ x32 ABI requires to have 64-bit variable to store FLAGS register
instead of size_t that is 32-bit variable, this fix operand
type mismatch when try to pop previous pushf value.
-Upstream-status: Submitted
+Upstream-Status: Submitted
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
diff --git a/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch b/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
index a76560ac8a..459f5e3857 100644
--- a/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
+++ b/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
@@ -1,6 +1,6 @@
replace deprecated GnuTLS functions with newer ones if available
-Upstream Status: Pending
+Upstream-Status: Pending
Signed-off-by: Armin Kuster <akuster808@gmail.com>
diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch
index 178ed54c22..b6a12e7309 100644
--- a/meta/recipes-support/npth/npth/pkgconfig.patch
+++ b/meta/recipes-support/npth/npth/pkgconfig.patch
@@ -1,6 +1,6 @@
Added npth pkgconfig file
-Upstream-Status: Incompatible [oe-core specific]
+Upstream-Status: Pending
Signed-off-by: Saul Wold <sgw@linux.intel.com>