From: Richard Purdie Date: Wed, 5 Oct 2016 07:55:11 +0000 (+0100) Subject: pigz: Update SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839b17ffd96abff3e9cf47fb4a6d680637c865b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pigz: Update SRC_URI Upstream have released a new tarball and removed the old one. Revert to the Yocto Project source mirror instead, preserving the upstream version check. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/meta/recipes-extended/pigz/pigz_2.3.3.bb index 080be2bbc9e..9e97273c865 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.3.bb +++ b/meta/recipes-extended/pigz/pigz_2.3.3.bb @@ -1,6 +1,8 @@ require pigz.inc LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95" +UPSTREAM_CHECK_URI := "${SRC_URI}" +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz" SRC_URI += "file://link-order.patch" SRC_URI[md5sum] = "01d7a16cce77929cc1a78aa1bdfb68cb"