[oe-commits] [openembedded-core] branch master-next updated: libpng: fix MIRRORS usage

git at git.openembedded.org git at git.openembedded.org
Mon Jul 31 13:24:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 037edd6  libpng: fix MIRRORS usage
037edd6 is described below

commit 037edd6a5bc57a202e3024ebd4ab135a7f40bf6d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 28 16:55:55 2017 +0100

    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 at intel.com>
---
 meta/recipes-multimedia/libpng/libpng_1.6.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb b/meta/recipes-multimedia/libpng/libpng_1.6.29.bb
index be327ca..1c7d136 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list