summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-24 21:34:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-07 15:57:43 +0100
commit26425355877cf78d60ce8866df02563ad5a66166 (patch)
tree5bdc7645d3cbdaee13043de61348dc641e6f2005
parent76ffc6b7e5ff6f2bab6e53bb07f52a25fcb81ac9 (diff)
downloadpoky-26425355877cf78d60ce8866df02563ad5a66166.tar.gz
libpng: use SourceForge mirror
The Gentoo mirror also deletes old versions when they're not used, so revert back to the canonical SourceForge site, adding /older-releases/ to MIRRORS to handle new releases moving the version we want. Original idea by Maxin B. John <maxin.john@intel.com>. (From OE-Core rev: 791a3493c88c9c249f21f6d893b2061e1d8a0af6) (From OE-Core rev: 8ced3de463f97930404fe83a9f30d5d6536ffc9b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Updated for Pyro context] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.28.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.28.bb b/meta/recipes-multimedia/libpng/libpng_1.6.28.bb
index 9cb2967fe6..ce95d8c3d3 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.28.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.28.bb
@@ -6,11 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=67d8837410863f9821bbd606536f0329 \
6 file://png.h;endline=144;md5=abfa0497feb393b5842d3d82c1009520" 6 file://png.h;endline=144;md5=abfa0497feb393b5842d3d82c1009520"
7DEPENDS = "zlib" 7DEPENDS = "zlib"
8 8
9SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \ 9LIBV = "16"
10 " 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz"
12
11SRC_URI[md5sum] = "425354f86c392318d31aedca71019372" 13SRC_URI[md5sum] = "425354f86c392318d31aedca71019372"
12SRC_URI[sha256sum] = "d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a" 14SRC_URI[sha256sum] = "d8d3ec9de6b5db740fefac702c37ffcf96ae46cb17c18c1544635a3852f78f7a"
13 15
16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}"
17
14BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" 18BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
15 19
16inherit autotools binconfig-disabled pkgconfig 20inherit autotools binconfig-disabled pkgconfig