summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nspr
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-02-25 10:37:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:15:50 +0000
commit90a9df294626fb2cf6941d7b4b3c1009dc95362a (patch)
treec8d758274cead223076933304efb194540d52482 /meta/recipes-support/nspr
parentfdfa57afdef6a414ac068bdfcd1a24c5e27e1264 (diff)
downloadpoky-90a9df294626fb2cf6941d7b4b3c1009dc95362a.tar.gz
nspr: Update to 4.9.5
Changed LIC_FILES_CHKSUM line numebrs, no license change (From OE-Core rev: b04f64e10c4b12cf32d6633c402b519067e94e5f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nspr')
-rw-r--r--meta/recipes-support/nspr/nspr_4.9.5.bb (renamed from meta/recipes-support/nspr/nspr_4.9.4.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
index accfda7004..7975d149fc 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 @@
1DESCRIPTION = "Netscape Portable Runtime Library" 1DESCRIPTION = "Netscape Portable Runtime Library"
2HOMEPAGE = "http://www.mozilla.org/projects/nspr/" 2HOMEPAGE = "http://www.mozilla.org/projects/nspr/"
3LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1" 3LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1"
4LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=f0babf9590d84c33083483f4ab9f98c0 \ 4LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=6;md5=90c2fdee38e45d6302abcfe475c8b5c5 \
5 file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99" 5 file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99"
6SECTION = "libs/network" 6SECTION = "libs/network"
7 7
8PR = "r1" 8PR = "r0"
9 9
10SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \ 10SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz \
11 file://remove-rpath-from-tests.patch \ 11 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-$
16 16
17SRC_URI += "file://nspr.pc.in" 17SRC_URI += "file://nspr.pc.in"
18 18
19S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub" 19SRC_URI[md5sum] = "b6ccfa8fcbbeb17ebeb19a3edff612bd"
20SRC_URI[sha256sum] = "616ab65c849155c9ed0e5f502530a241cc9108e278275aa448b417ae632c7604"
20 21
21SRC_URI[md5sum] = "cf58772702b3abbdcff14e22014eeeaf" 22S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub"
22SRC_URI[sha256sum] = "749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4"
23 23
24TESTS = "runtests.pl \ 24TESTS = "runtests.pl \
25 runtests.sh \ 25 runtests.sh \