diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-04 15:37:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:54 +0000 |
commit | b699b1557527410747c376b29bdca66c92867050 (patch) | |
tree | 653ec9b1b299b07d8e747d3aaaa10e5c6b6f5c8d | |
parent | dec8d20c290d68c1b741a818e4bc56c51a9da5f4 (diff) | |
download | poky-b699b1557527410747c376b29bdca66c92867050.tar.gz |
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>
-rw-r--r-- | meta/recipes-support/nspr/nspr_4.11.bb (renamed from meta/recipes-support/nspr/nspr_4.10.8.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.10.8.bb b/meta/recipes-support/nspr/nspr_4.11.bb index bc60018883..e579d0b5e0 100644 --- a/meta/recipes-support/nspr/nspr_4.10.8.bb +++ b/meta/recipes-support/nspr/nspr_4.11.bb | |||
@@ -13,8 +13,11 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz | |||
13 | 13 | ||
14 | SRC_URI += "file://nspr.pc.in" | 14 | SRC_URI += "file://nspr.pc.in" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "8d7c5bd0a5b0a7d0e705be66479030a0" | 16 | UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/" |
17 | SRC_URI[sha256sum] = "507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15" | 17 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/" |
18 | |||
19 | SRC_URI[md5sum] = "4f24b2fb88ca03b5d6d6931d6a67ef9a" | ||
20 | SRC_URI[sha256sum] = "cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2" | ||
18 | 21 | ||
19 | S = "${WORKDIR}/nspr-${PV}/nspr" | 22 | S = "${WORKDIR}/nspr-${PV}/nspr" |
20 | 23 | ||
@@ -137,8 +140,6 @@ TESTS = " \ | |||
137 | xnotify \ | 140 | xnotify \ |
138 | zerolen" | 141 | zerolen" |
139 | 142 | ||
140 | PR = "r1" | ||
141 | |||
142 | inherit autotools | 143 | inherit autotools |
143 | 144 | ||
144 | do_compile_prepend() { | 145 | do_compile_prepend() { |