diff mbox

libpng: fix MIRRORS usage

Message ID 20170728162707.6065-1-ross.burton@intel.com
State Accepted
Commit a649f3da630e8ca2d3ca58b610f3918720dd5229
Headers show

Commit Message

Ross Burton July 28, 2017, 4:27 p.m. UTC
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.31.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox

Patch

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.31.bb b/meta/recipes-multimedia/libpng/libpng_1.6.31.bb
index 14679fb8bc5..c96ea14c1bc 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.31.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.31.bb
@@ -12,7 +12,7 @@  SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz
 SRC_URI[md5sum] = "1b34eab440263e32cfa39d19413fad54"
 SRC_URI[sha256sum] = "232a602de04916b2b5ce6f901829caf419519e6a16cc9cd7c1c91187d3ee8b41"
 
-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"