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-12 17:52:04 +0000 |
commit | e0b862b68c20922c6ee05039de87555eeb88351a (patch) | |
tree | 01acb324b03cfc0b0006c2fa68e0e2c7e89d647a | |
parent | 4b8ddc432273cca1d8580de22c2078b96973a737 (diff) | |
download | poky-e0b862b68c20922c6ee05039de87555eeb88351a.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)
(From OE-Core rev: b7599330f1d629384e16a5fbeffc1a65c1555667)
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>
-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 \ |