diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-28 16:55:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-31 14:23:40 +0100 |
commit | a649f3da630e8ca2d3ca58b610f3918720dd5229 (patch) | |
tree | a84f4431d06a6325438dbc0936dce8ba760def6c | |
parent | a2ab288bd002ebb6e64d46e941fb122e1157ff49 (diff) | |
download | openembedded-core-a649f3da630e8ca2d3ca58b610f3918720dd5229.tar.gz openembedded-core-a649f3da630e8ca2d3ca58b610f3918720dd5229.tar.bz2 openembedded-core-a649f3da630e8ca2d3ca58b610f3918720dd5229.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.29.bb | 2 |
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 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" |