[oe-commits] [openembedded-core] 04/15: pigz: Update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit de49fa8db38ea4e2d925c85b3cce252191916035
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 8 16:21:45 2017 -0700

    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>
    (cherry picked from commit 839b17ffd96abff3e9cf47fb4a6d680637c865b1)
    
    Tweak commit to apply to older pigz v2.3.1 recipe in OE 1.6
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/pigz/pigz.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc
index 355fb2a..5a9f982 100644
--- a/meta/recipes-extended/pigz/pigz.inc
+++ b/meta/recipes-extended/pigz/pigz.inc
@@ -7,7 +7,7 @@ HOMEPAGE = "http://zlib.net/pigz/"
 SECTION = "console/utils"
 LICENSE = "Zlib"
 
-SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz"
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
 
 PROVIDES_class-native += "gzip-native"
 

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


More information about the Openembedded-commits mailing list