Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] zlib: update SRC_URI to fix fetching
@ 2017-01-05 16:34 Joshua Lock
  2017-01-09 12:56 ` Alexander Kanavin
  0 siblings, 1 reply; 8+ messages in thread
From: Joshua Lock @ 2017-01-05 16:34 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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 \
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-08 14:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-05 16:34 [PATCH] zlib: update SRC_URI to fix fetching Joshua Lock
2017-01-09 12:56 ` Alexander Kanavin
2017-01-13 13:00   ` Alexander Kanavin
2017-01-13 13:54     ` Joshua Lock
     [not found]     ` <1484315514.3828.2.camel@intel.com>
2017-01-13 14:18       ` Alexander Kanavin
2017-01-13 15:36         ` Joshua Lock
2017-01-13 15:53           ` Alexander Kanavin
2017-02-08 14:23             ` Joshua Lock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox