summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-26 11:52:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-27 10:38:43 +0100
commita5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (patch)
tree6f52c51ed4cc168dfe5f3143c0c8ed6ed2ff71fa /meta/recipes-support
parent81f9abc256272e0c9b0f993f7a57e2175c692684 (diff)
downloadpoky-a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8.tar.gz
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it in OE-Core. (From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch2
-rw-r--r--meta/recipes-support/attr/acl/test-fix-directory-permissions.patch2
-rw-r--r--meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch2
-rw-r--r--meta/recipes-support/rng-tools/rng-tools/underquote.patch2
4 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch b/meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
index 12371428f0..c5e92aceef 100644
--- a/meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
+++ b/meta/recipes-support/apr/apr/0001-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
@@ -27,6 +27,8 @@ The same for the following hardcoded types for cross compiling:
27Change the above correspondingly. 27Change the above correspondingly.
28 28
29Signed-off-by: Dengke Du <dengke.du@windriver.com> 29Signed-off-by: Dengke Du <dengke.du@windriver.com>
30
31Upstream-Status: Pending
30--- 32---
31 configure.in | 8 ++++---- 33 configure.in | 8 ++++----
32 1 file changed, 4 insertions(+), 4 deletions(-) 34 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
index cd4510c0b0..a76cbbe4a3 100644
--- a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
+++ b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
@@ -10,6 +10,8 @@ Date: Wed May 11 15:16:06 2016 -0500
10 10
11 Signed-off-by: Peter Seebach <peter.seebach@windriver.com> 11 Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
12 12
13Upstream-Status: Pending
14
13diff --git a/test/root/permissions.test b/test/root/permissions.test 15diff --git a/test/root/permissions.test b/test/root/permissions.test
14index 42615f5..098b52a 100644 16index 42615f5..098b52a 100644
15--- a/test/root/permissions.test 17--- a/test/root/permissions.test
diff --git a/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch b/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch
index f7f2c217da..80b86908e5 100644
--- a/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch
+++ b/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch
@@ -6,6 +6,8 @@ Subject: [PATCH 7/7] Fix compilation for X32
6X32 uses 32-bit pointers, not 64-bit. 6X32 uses 32-bit pointers, not 64-bit.
7 7
8Signed-off-by: Christopher Larson <chris_larson@mentor.com> 8Signed-off-by: Christopher Larson <chris_larson@mentor.com>
9
10Upstream-Status: Pending
9--- 11---
10 nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c | 4 ++++ 12 nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c | 4 ++++
11 1 file changed, 4 insertions(+) 13 1 file changed, 4 insertions(+)
diff --git a/meta/recipes-support/rng-tools/rng-tools/underquote.patch b/meta/recipes-support/rng-tools/rng-tools/underquote.patch
index 1422571818..afd08d577f 100644
--- a/meta/recipes-support/rng-tools/rng-tools/underquote.patch
+++ b/meta/recipes-support/rng-tools/rng-tools/underquote.patch
@@ -7,6 +7,8 @@ Fix underquoted m4 entry. This causes a failure if gcrypt isn't present:
7RP 7RP
82016/2/16 82016/2/16
9 9
10Upstream-Status: Pending
11
10Index: rng-tools-5/configure.ac 12Index: rng-tools-5/configure.ac
11=================================================================== 13===================================================================
12--- rng-tools-5.orig/configure.ac 14--- rng-tools-5.orig/configure.ac