[oe-commits] [openembedded-core] 43/59: zlib: update SRC_URI to fix fetching

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:15:25 UTC 2017


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

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

commit d2522df5bf85875a896d3b7ddeb20b63af3f4470
Author: Joshua Lock <joshua.g.lock at intel.com>
AuthorDate: Thu Jan 5 16:34:23 2017 +0000

    zlib: update SRC_URI to fix fetching
    
    Upstream have removed the file from zlib.net as a new version has
    been released, switch to fetching from the official sourceforge
    mirror.
    
    [YOCTO #10879]
    
    (From OE-Core rev: bb99e4a620efd59556539c156cd98ea23aae74c8)
    
    (From OE-Core rev: b7599330f1d629384e16a5fbeffc1a65c1555667)
    
    Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/zlib/zlib_1.2.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb
index 9470adb..913c703 100644
--- a/meta/recipes-core/zlib/zlib_1.2.8.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.8.bb
@@ -6,7 +6,7 @@ SECTION = "libs"
 LICENSE = "Zlib"
 LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd"
 
-SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
            file://remove.ldconfig.call.patch \
            file://Makefile-runtests.patch \
            file://ldflags-tests.patch \

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


More information about the Openembedded-commits mailing list