diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-10 19:59:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 23:01:53 +0100 |
commit | 1c914a844b35ff57b1c528251a9eaa19cedbaa10 (patch) | |
tree | 7224db398b2ac2bc823db5e9249b914988b565d7 /meta/recipes-support | |
parent | 20d90af47d33329d21b1a2c945886e0801314c2a (diff) | |
download | poky-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-support')
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 @@ | |||
1 | Obey LDFLAGS | 1 | Obey LDFLAGS |
2 | 2 | ||
3 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> | 3 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> |
4 | Upstream-status: Inappropriate [old version] | 4 | Upstream-Status: Inappropriate [old version] |
5 | 5 | ||
6 | --- gdbm-1.8.3.orig/Makefile.in | 6 | --- gdbm-1.8.3.orig/Makefile.in |
7 | +++ gdbm-1.8.3/Makefile.in | 7 | +++ 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 @@ | |||
1 | Use pkg-config to find pth instead of pth-config. | 1 | Use pkg-config to find pth instead of pth-config. |
2 | 2 | ||
3 | Upstream-Status: Rejected | 3 | Upstream-Status: Denied |
4 | [not submitted but they've been clear they don't want a pkg-config dependency] | 4 | [not submitted but they've been clear they don't want a pkg-config dependency] |
5 | 5 | ||
6 | RP 2014/5/22 | 6 | 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 @@ | |||
1 | Update gpgme to use pkgconfig instead of -config files since its | 1 | Update gpgme to use pkgconfig instead of -config files since its |
2 | simpler and less error prone when cross compiling. | 2 | simpler and less error prone when cross compiling. |
3 | 3 | ||
4 | Upstream-Status: Rejected [Upstream not interested in pkg-config support] | 4 | Upstream-Status: Denied [Upstream not interested in pkg-config support] |
5 | RP 2015/4/17 | 5 | RP 2015/4/17 |
6 | 6 | ||
7 | diff --git a/configure.ac b/configure.ac | 7 | 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. | |||
2 | This patch is rejected by upstream for the reason below: | 2 | This patch is rejected by upstream for the reason below: |
3 | They think pkgconfig adds no portability and maintaining them is not worthwhile. | 3 | They think pkgconfig adds no portability and maintaining them is not worthwhile. |
4 | 4 | ||
5 | Upstream-Status: Rejected | 5 | Upstream-Status: Denied |
6 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | 6 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> |
7 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> | 7 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> |
8 | 8 | ||
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 @@ | |||
1 | Add and use pkg-config for libgcrypt instead of -config scripts. | 1 | Add and use pkg-config for libgcrypt instead of -config scripts. |
2 | 2 | ||
3 | Upstream-Status: Rejected [upstream have indicated they don't want a pkg-config dependency] | 3 | Upstream-Status: Denied [upstream have indicated they don't want a pkg-config dependency] |
4 | 4 | ||
5 | RP 2014/5/22 | 5 | RP 2014/5/22 |
6 | 6 | ||
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. | |||
37 | 4. File a bug to GNU, but it could not be reproduced on there environment. | 37 | 4. File a bug to GNU, but it could not be reproduced on there environment. |
38 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 | 38 | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 |
39 | 39 | ||
40 | Upstream-Status: [oe specific] | 40 | Upstream-Status: Inappropriate [oe specific] |
41 | 41 | ||
42 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 42 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
43 | --- | 43 | --- |
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 @@ | |||
1 | Upstream-Status: Rejected | 1 | Upstream-Status: Denied |
2 | 2 | ||
3 | Add pkgconfig support to libksba. | 3 | Add pkgconfig support to libksba. |
4 | This patch is rejected by upstream for the reason below: | 4 | 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 | |||
8 | projects will get it eventually. For now we apply the fix to | 8 | projects will get it eventually. For now we apply the fix to |
9 | coreutils | 9 | coreutils |
10 | 10 | ||
11 | Upstream-Status: Not Required | 11 | Upstream-Status: Pending |
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
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 | |||
4 | instead of size_t that is 32-bit variable, this fix operand | 4 | instead of size_t that is 32-bit variable, this fix operand |
5 | type mismatch when try to pop previous pushf value. | 5 | type mismatch when try to pop previous pushf value. |
6 | 6 | ||
7 | Upstream-status: Submitted | 7 | Upstream-Status: Submitted |
8 | 8 | ||
9 | Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> | 9 | Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> |
10 | 10 | ||
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 @@ | |||
1 | replace deprecated GnuTLS functions with newer ones if available | 1 | replace deprecated GnuTLS functions with newer ones if available |
2 | 2 | ||
3 | Upstream Status: Pending | 3 | Upstream-Status: Pending |
4 | 4 | ||
5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
6 | 6 | ||
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 @@ | |||
1 | Added npth pkgconfig file | 1 | Added npth pkgconfig file |
2 | 2 | ||
3 | Upstream-Status: Incompatible [oe-core specific] | 3 | Upstream-Status: Pending |
4 | 4 | ||
5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
6 | 6 | ||