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/libgcrypt/files | |
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/libgcrypt/files')
-rw-r--r-- | meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch | 2 |
2 files changed, 2 insertions, 2 deletions
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 | --- |