]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpng: fix MIRRORS usage
authorRoss Burton <ross.burton@intel.com>
Fri, 28 Jul 2017 15:55:55 +0000 (16:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Jul 2017 13:23:40 +0000 (14:23 +0100)
MIRRORS needs to be pairs of values for the original URL to match and the
location find it on the mirror.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/libpng/libpng_1.6.29.bb

index be327caaffc764bd05ad43b978405059ca026bc1..1c7d136df59a12013acdb5e47cbdda33d7e4e061 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz
 SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97"
 SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239"
 
-MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}"
+MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"