summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-28 16:55:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-31 14:23:44 +0100
commit4f9918ccfada2efb4fa89385795eac6d917b5fe1 (patch)
tree8f65c20b704158da7552671276c777ec48c80046 /meta/recipes-multimedia
parent2f25c9b56c84b9999dadec52088d2e95787d8e36 (diff)
downloadpoky-4f9918ccfada2efb4fa89385795eac6d917b5fe1.tar.gz
libpng: fix MIRRORS usage
MIRRORS needs to be pairs of values for the original URL to match and the location find it on the mirror. (From OE-Core rev: a649f3da630e8ca2d3ca58b610f3918720dd5229) 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb b/meta/recipes-multimedia/libpng/libpng_1.6.29.bb
index be327caaff..1c7d136df5 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.29.bb
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz
12SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97" 12SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97"
13SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239" 13SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239"
14 14
15MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}" 15MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/"
16 16
17BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" 17BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
18 18