mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
nspr: update to 4.11
(From OE-Core rev: 4a708ba807caa8dc7831b7cfa3be721eacce7985) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dec8d20c29
commit
b699b15575
@@ -13,8 +13,11 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz
|
||||
|
||||
SRC_URI += "file://nspr.pc.in"
|
||||
|
||||
SRC_URI[md5sum] = "8d7c5bd0a5b0a7d0e705be66479030a0"
|
||||
SRC_URI[sha256sum] = "507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15"
|
||||
UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
|
||||
UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
|
||||
|
||||
SRC_URI[md5sum] = "4f24b2fb88ca03b5d6d6931d6a67ef9a"
|
||||
SRC_URI[sha256sum] = "cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2"
|
||||
|
||||
S = "${WORKDIR}/nspr-${PV}/nspr"
|
||||
|
||||
@@ -137,8 +140,6 @@ TESTS = " \
|
||||
xnotify \
|
||||
zerolen"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
do_compile_prepend() {
|
||||
Reference in New Issue
Block a user