aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-01-05 16:34:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:34:30 +0000
commitbb99e4a620efd59556539c156cd98ea23aae74c8 (patch)
tree8374941f623352a0dbaaa32b044bcc9e0ccbce92 /meta/recipes-core/zlib
parentdacf6ab5aaf8cc588280b92d64db2e28c6c07a22 (diff)
downloadopenembedded-core-contrib-bb99e4a620efd59556539c156cd98ea23aae74c8.tar.gz
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] Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/zlib')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb
index 9470adb1be..913c7033d4 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 \