[oe-commits] Saul Wold : nspr: Update to 4.9.4

git at git.openembedded.org git at git.openembedded.org
Wed Dec 19 17:53:55 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 3d535ac34b356d40576553a20f2ce04fd527350d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3d535ac34b356d40576553a20f2ce04fd527350d

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Dec 13 19:02:38 2012 -0800

nspr: Update to 4.9.4

Updated LICENSE to MPL-2.0 and adjusted CHKSUM accordingly

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../nspr/{nspr_4.8.9.bb => nspr_4.9.4.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
similarity index 92%
rename from meta/recipes-support/nspr/nspr_4.8.9.bb
rename to meta/recipes-support/nspr/nspr_4.9.4.bb
index 10b5d12..0c985e2 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 \





More information about the Openembedded-commits mailing list