aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-12-13 19:02:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:50:03 +0000
commit3d535ac34b356d40576553a20f2ce04fd527350d (patch)
treee5bb93b5860a43e1b14c10c7f6250d400116df5d
parent4cb22ea0beb952a5d70f83aaac415b7f2ecf3fd5 (diff)
downloadopenembedded-core-contrib-3d535ac34b356d40576553a20f2ce04fd527350d.tar.gz
nspr: Update to 4.9.4
Updated LICENSE to MPL-2.0 and adjusted CHKSUM accordingly Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-support/nspr/nspr_4.9.4.bb (renamed from meta/recipes-support/nspr/nspr_4.8.9.bb)14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.8.9.bb b/meta/recipes-support/nspr/nspr_4.9.4.bb
index 10b5d12688..0c985e278f 100644
--- a/meta/recipes-support/nspr/nspr_4.8.9.bb
+++ b/meta/recipes-support/nspr/nspr_4.9.4.bb
@@ -1,11 +1,11 @@
DESCRIPTION = "Netscape Portable Runtime Library"
HOMEPAGE = "http://www.mozilla.org/projects/nspr/"
-LICENSE = "GPL-2.0 | MPL-1.1 | LGPL-2.1"
-LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=99d4d7d68bbc4bc60ebf8c15ed295f28 \
- file://Makefile.in;beginline=4;endline=38;md5=c2b512182a334e1bfa1edc4d1c84a298 "
+LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1"
+LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=f0babf9590d84c33083483f4ab9f98c0 \
+ file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99"
SECTION = "libs/network"
-PR = "r4"
+PR = "r0"
SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
file://remove-rpath-from-tests.patch \
@@ -15,11 +15,11 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-$
SRC_URI += "file://nspr.pc.in"
-SRC_URI[md5sum] = "60770d45dc08c0f181b22cdfce5be3e8"
-SRC_URI[sha256sum] = "ff43c7c819e72f03bb908e7652c5d5f59a5d31ee86c333e692650207103d1cce"
-
S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub"
+SRC_URI[md5sum] = "cf58772702b3abbdcff14e22014eeeaf"
+SRC_URI[sha256sum] = "749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4"
+
TESTS = "runtests.pl \
runtests.sh \
accept \