diff options
Diffstat (limited to 'meta/recipes-support')
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: | |||
27 | Change the above correspondingly. | 27 | Change the above correspondingly. |
28 | 28 | ||
29 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | 29 | Signed-off-by: Dengke Du <dengke.du@windriver.com> |
30 | |||
31 | Upstream-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 | ||
13 | Upstream-Status: Pending | ||
14 | |||
13 | diff --git a/test/root/permissions.test b/test/root/permissions.test | 15 | diff --git a/test/root/permissions.test b/test/root/permissions.test |
14 | index 42615f5..098b52a 100644 | 16 | index 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 | |||
6 | X32 uses 32-bit pointers, not 64-bit. | 6 | X32 uses 32-bit pointers, not 64-bit. |
7 | 7 | ||
8 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> | 8 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> |
9 | |||
10 | Upstream-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: | |||
7 | RP | 7 | RP |
8 | 2016/2/16 | 8 | 2016/2/16 |
9 | 9 | ||
10 | Upstream-Status: Pending | ||
11 | |||
10 | Index: rng-tools-5/configure.ac | 12 | Index: rng-tools-5/configure.ac |
11 | =================================================================== | 13 | =================================================================== |
12 | --- rng-tools-5.orig/configure.ac | 14 | --- rng-tools-5.orig/configure.ac |