summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-03-26 07:30:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-30 00:31:18 +0100
commit697e36fb75c10bd73f09415ede699e64bf18ea74 (patch)
treede51c827f31cb2135f51c7595d7b2fb9320cb724 /meta/recipes-support
parenta5463fc07f3e7d6a3a1fdc1a6057f926507d00bf (diff)
downloadpoky-697e36fb75c10bd73f09415ede699e64bf18ea74.tar.gz
nspr: update to 4.19
patch 0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch remove as it is included in update (From OE-Core rev: 3f203582ac646f96e6b86ec4b19721e7a78d55f8) Signed-off-by: Armin Kuster <akuster@mvista.com> 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/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch30
-rw-r--r--meta/recipes-support/nspr/nspr_4.19.bb (renamed from meta/recipes-support/nspr/nspr_4.18.bb)5
2 files changed, 2 insertions, 33 deletions
diff --git a/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch b/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch
deleted file mode 100644
index b3bdd8e08d..0000000000
--- a/meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From f7551ec58e2f0a892295e0c2a650083101e12c54 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 20 May 2017 13:24:26 -0700
4Subject: [PATCH] include stdint.h for SSIZE_MAX and SIZE_MAX definitions
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Pending
9
10 pr/tests/prfz.c | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13diff --git a/pr/tests/prfz.c b/pr/tests/prfz.c
14index 0c5a432..9c17590 100644
15--- a/pr/tests/prfz.c
16+++ b/pr/tests/prfz.c
17@@ -10,7 +10,9 @@
18 #include <sys/types.h>
19 #include <limits.h>
20 #include <string.h>
21-
22+#ifdef XP_UNIX
23+#include <stdint.h>
24+#endif
25 int
26 main(int argc, char **argv)
27 {
28--
292.13.0
30
diff --git a/meta/recipes-support/nspr/nspr_4.18.bb b/meta/recipes-support/nspr/nspr_4.19.bb
index cd7ae8c84c..de2c87131f 100644
--- a/meta/recipes-support/nspr/nspr_4.18.bb
+++ b/meta/recipes-support/nspr/nspr_4.19.bb
@@ -10,7 +10,6 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz
10 file://fix-build-on-x86_64.patch \ 10 file://fix-build-on-x86_64.patch \
11 file://remove-srcdir-from-configure-in.patch \ 11 file://remove-srcdir-from-configure-in.patch \
12 file://0002-Add-nios2-support.patch \ 12 file://0002-Add-nios2-support.patch \
13 file://0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch \
14 file://0001-md-Fix-build-with-musl.patch \ 13 file://0001-md-Fix-build-with-musl.patch \
15 file://nspr.pc.in \ 14 file://nspr.pc.in \
16" 15"
@@ -23,8 +22,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
23UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/" 22UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
24UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/" 23UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
25 24
26SRC_URI[md5sum] = "2a558f9aeb109bfb16d78bdc42033a1e" 25SRC_URI[md5sum] = "e1d27282ad6286b69d6b9fd07201d3dd"
27SRC_URI[sha256sum] = "b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34" 26SRC_URI[sha256sum] = "2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729"
28 27
29CVE_PRODUCT = "netscape_portable_runtime" 28CVE_PRODUCT = "netscape_portable_runtime"
30 29