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

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 23:15:55 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Feb 25 10:37:00 2013 -0800

nspr: Update to 4.9.5

Changed LIC_FILES_CHKSUM line numebrs, no license change

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

---

 .../nspr/{nspr_4.9.4.bb => nspr_4.9.5.bb}          |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-support/nspr/nspr_4.9.4.bb b/meta/recipes-support/nspr/nspr_4.9.5.bb
similarity index 92%
rename from meta/recipes-support/nspr/nspr_4.9.4.bb
rename to meta/recipes-support/nspr/nspr_4.9.5.bb
index accfda7..7975d14 100644
--- a/meta/recipes-support/nspr/nspr_4.9.4.bb
+++ b/meta/recipes-support/nspr/nspr_4.9.5.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "Netscape Portable Runtime Library"
 HOMEPAGE =  "http://www.mozilla.org/projects/nspr/"
 LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1"
-LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=f0babf9590d84c33083483f4ab9f98c0 \
+LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=6;md5=90c2fdee38e45d6302abcfe475c8b5c5 \
                     file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99"
 SECTION = "libs/network"
 
-PR = "r1"
+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 \
@@ -16,10 +16,10 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-$
 
 SRC_URI += "file://nspr.pc.in"
 
-S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub"
+SRC_URI[md5sum] = "b6ccfa8fcbbeb17ebeb19a3edff612bd"
+SRC_URI[sha256sum] = "616ab65c849155c9ed0e5f502530a241cc9108e278275aa448b417ae632c7604"
 
-SRC_URI[md5sum] = "cf58772702b3abbdcff14e22014eeeaf"
-SRC_URI[sha256sum] = "749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4"
+S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub"
 
 TESTS = "runtests.pl \
     runtests.sh \





More information about the Openembedded-commits mailing list