diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-01-05 16:34:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
commit | 0fc45ce12d9c23add7beaf62c6500b13f3dd377c (patch) | |
tree | be4833efbf854a126794047712f9b278e05452e2 /meta | |
parent | 780033d5c4355ca9d4a30dff9f1147e890a5e845 (diff) | |
download | poky-0fc45ce12d9c23add7beaf62c6500b13f3dd377c.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]
(From OE-Core rev: bb99e4a620efd59556539c156cd98ea23aae74c8)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.2.8.bb | 2 |
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" | |||
6 | LICENSE = "Zlib" | 6 | LICENSE = "Zlib" |
7 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd" | 7 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd" |
8 | 8 | ||
9 | SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \ |
10 | file://remove.ldconfig.call.patch \ | 10 | file://remove.ldconfig.call.patch \ |
11 | file://Makefile-runtests.patch \ | 11 | file://Makefile-runtests.patch \ |
12 | file://ldflags-tests.patch \ | 12 | file://ldflags-tests.patch \ |