From 00cf91aacc8e11aedad967742a59d45724619c97 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 May 2018 12:23:42 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') 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 \ SRC_URI[md5sum] = "4cb87da2dba05540afce162f34b3a9a6" SRC_URI[sha256sum] = "8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6" -UPSTREAM_CHECK_URI = "http://compression.ca/pbzip2/" +UPSTREAM_CHECK_URI = "https://launchpad.net/pbzip2/+milestones" +UPSTREAM_CHECK_REGEX = "pbzip2 (?P\d+(\.\d+)+)" EXTRA_OEMAKE = "CXX='${CXX} ${CXXFLAGS}' LDFLAGS='${LDFLAGS}'" -- cgit v1.2.3-54-g00ecf