diff options
author | Armin Kuster <akuster@mvista.com> | 2018-03-26 07:30:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-29 09:51:38 +0100 |
commit | 3f203582ac646f96e6b86ec4b19721e7a78d55f8 (patch) | |
tree | bf4b0b639c19e8d7fc09f7f0409f21564edb7a11 | |
parent | d136548ad7aef23021eac6af2ffc6317f36bd1c5 (diff) | |
download | openembedded-core-3f203582ac646f96e6b86ec4b19721e7a78d55f8.tar.gz openembedded-core-3f203582ac646f96e6b86ec4b19721e7a78d55f8.tar.bz2 openembedded-core-3f203582ac646f96e6b86ec4b19721e7a78d55f8.zip |
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
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/nspr/nspr/0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch | 30 | ||||
-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 @@ -From f7551ec58e2f0a892295e0c2a650083101e12c54 Mon Sep 17 00:00:00 2001 -From: Khem Raj <raj.khem@gmail.com> -Date: Sat, 20 May 2017 13:24:26 -0700 -Subject: [PATCH] include stdint.h for SSIZE_MAX and SIZE_MAX definitions - -Signed-off-by: Khem Raj <raj.khem@gmail.com> ---- -Upstream-Status: Pending - - pr/tests/prfz.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/pr/tests/prfz.c b/pr/tests/prfz.c -index 0c5a432..9c17590 100644 ---- a/pr/tests/prfz.c -+++ b/pr/tests/prfz.c -@@ -10,7 +10,9 @@ - #include <sys/types.h> - #include <limits.h> - #include <string.h> -- -+#ifdef XP_UNIX -+#include <stdint.h> -+#endif - int - main(int argc, char **argv) - { --- -2.13.0 - 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 file://fix-build-on-x86_64.patch \ file://remove-srcdir-from-configure-in.patch \ file://0002-Add-nios2-support.patch \ - file://0001-include-stdint.h-for-SSIZE_MAX-and-SIZE_MAX-definiti.patch \ file://0001-md-Fix-build-with-musl.patch \ file://nspr.pc.in \ " @@ -23,8 +22,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/" UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/" -SRC_URI[md5sum] = "2a558f9aeb109bfb16d78bdc42033a1e" -SRC_URI[sha256sum] = "b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34" +SRC_URI[md5sum] = "e1d27282ad6286b69d6b9fd07201d3dd" +SRC_URI[sha256sum] = "2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729" CVE_PRODUCT = "netscape_portable_runtime" |