[oe-commits] [openembedded-core] branch krogoth updated: pigz: Update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed Oct 5 09:42:06 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

The following commit(s) were added to refs/heads/krogoth by this push:
       new  da3f478   pigz: Update SRC_URI
da3f478 is described below

commit da3f47842a511c4622e4e66075e386e7d623a855
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Oct 5 08:55:11 2016 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/pigz/pigz_2.3.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/meta/recipes-extended/pigz/pigz_2.3.3.bb
index 080be2b..9e97273 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list