summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nspr
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:55:04 +0000
commit32b7b3032324d4668e9d59ac4803b5e7675681d5 (patch)
tree981a87ab87e30b8f35f5ffd715dfef35851f269f /meta/recipes-support/nspr
parentd0505b7c01ac6a5fe4e142b4c2675af553247b29 (diff)
downloadpoky-32b7b3032324d4668e9d59ac4803b5e7675681d5.tar.gz
nspr: Update to 4.9.4
Updated LICENSE to MPL-2.0 and adjusted CHKSUM accordingly (From OE-Core rev: 3d535ac34b356d40576553a20f2ce04fd527350d) 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.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 @@
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-1.1 | LGPL-2.1" 3LICENSE = "GPL-2.0 | MPL-2.0 | LGPL-2.1"
4LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=99d4d7d68bbc4bc60ebf8c15ed295f28 \ 4LIC_FILES_CHKSUM = "file://configure.in;beginline=3;endline=40;md5=f0babf9590d84c33083483f4ab9f98c0 \
5 file://Makefile.in;beginline=4;endline=38;md5=c2b512182a334e1bfa1edc4d1c84a298 " 5 file://Makefile.in;beginline=4;endline=38;md5=beda1dbb98a515f557d3e58ef06bca99"
6SECTION = "libs/network" 6SECTION = "libs/network"
7 7
8PR = "r4" 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 \
@@ -15,11 +15,11 @@ SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/nspr-$
15 15
16SRC_URI += "file://nspr.pc.in" 16SRC_URI += "file://nspr.pc.in"
17 17
18SRC_URI[md5sum] = "60770d45dc08c0f181b22cdfce5be3e8"
19SRC_URI[sha256sum] = "ff43c7c819e72f03bb908e7652c5d5f59a5d31ee86c333e692650207103d1cce"
20
21S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub" 18S = "${WORKDIR}/nspr-${PV}/mozilla/nsprpub"
22 19
20SRC_URI[md5sum] = "cf58772702b3abbdcff14e22014eeeaf"
21SRC_URI[sha256sum] = "749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4"
22
23TESTS = "runtests.pl \ 23TESTS = "runtests.pl \
24 runtests.sh \ 24 runtests.sh \
25 accept \ 25 accept \