[OE-core] [PATCH] libpng: fix MIRRORS usage
Ross Burton
ross.burton at intel.com
Fri Jul 28 16:27:07 UTC 2017
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 at intel.com>
---
meta/recipes-multimedia/libpng/libpng_1.6.31.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.11.0
More information about the Openembedded-core
mailing list