diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-24 21:34:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-25 15:59:13 +0100 |
commit | e97acdcc94b3433a8887953483a1cf2396eecb03 (patch) | |
tree | b781e54d07d3d7d9d5d548ca91197d75a318b754 /meta/recipes-multimedia | |
parent | e76d3b2a35f394d7a15314089f317edd57fd04b9 (diff) | |
download | poky-e97acdcc94b3433a8887953483a1cf2396eecb03.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)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.29.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb b/meta/recipes-multimedia/libpng/libpng_1.6.29.bb index 8a3056e1a3..be327caaff 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.29.bb | |||
@@ -6,11 +6,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9acafc1325f8f8da80aeee94dbc1bda \ | |||
6 | file://png.h;endline=144;md5=0b2aa20c7ff55d9411108317df8ff0c9" | 6 | file://png.h;endline=144;md5=0b2aa20c7ff55d9411108317df8ff0c9" |
7 | DEPENDS = "zlib" | 7 | DEPENDS = "zlib" |
8 | 8 | ||
9 | SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \ | 9 | LIBV = "16" |
10 | " | 10 | |
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" | ||
11 | SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97" | 12 | SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97" |
12 | SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239" | 13 | SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239" |
13 | 14 | ||
15 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}" | ||
16 | |||
14 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | 17 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" |
15 | 18 | ||
16 | inherit autotools binconfig-disabled pkgconfig | 19 | inherit autotools binconfig-disabled pkgconfig |