diff options
author | Ross Burton <ross.burton@intel.com> | 2018-05-10 12:23:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:56:49 +0100 |
commit | 00cf91aacc8e11aedad967742a59d45724619c97 (patch) | |
tree | 95e5bd3e606515a8a1b5dbce4d891b65e61b3362 /meta | |
parent | d742dad9a0636446c050ad783e9450d22f4c21a2 (diff) | |
download | poky-00cf91aacc8e11aedad967742a59d45724619c97.tar.gz |
pbzip2: fix upstream check URL
compression.ca is down, so use the Milestone page on Launchpad as that is also
where we download the tarball from.
(From OE-Core rev: d669fbd183e03952e1900535328f16185248fc1f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index 4e96de2ed3..7b1b0a117e 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -18,7 +18,8 @@ SRC_URI = "https://launchpad.net/${BPN}/1.1/${PV}/+download/${BP}.tar.gz \ | |||
18 | SRC_URI[md5sum] = "4cb87da2dba05540afce162f34b3a9a6" | 18 | SRC_URI[md5sum] = "4cb87da2dba05540afce162f34b3a9a6" |
19 | SRC_URI[sha256sum] = "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6" | 19 | SRC_URI[sha256sum] = "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/" | 21 | UPSTREAM_CHECK_URI = "https://launchpad.net/pbzip2/+milestones" |
22 | UPSTREAM_CHECK_REGEX = "pbzip2 (?P<pver>\d+(\.\d+)+)" | ||
22 | 23 | ||
23 | EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" | 24 | EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" |
24 | 25 | ||