[oe-commits] [openembedded-core] 09/13: libpng: use SourceForge mirror

git at git.openembedded.org git at git.openembedded.org
Tue Oct 10 16:33:08 UTC 2017


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

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

commit 16af873638830477a435574f1fedc643af2e2661
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 24 21:34:49 2017 +0100

    libpng: use SourceForge mirror
    
    The Gentoo mirror also deletes old versions when they're not used, so revert
    back to the canonical SourceForge site, adding /older-releases/ to MIRRORS to
    handle new releases moving the version we want.
    
    Original idea by Maxin B. John <maxin.john at intel.com>.
    
    (From OE-Core rev: 791a3493c88c9c249f21f6d893b2061e1d8a0af6)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    
    Hand applied to work with morty version
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-multimedia/libpng/libpng_1.6.24.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.24.bb b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
index f91ab7f..b1a1b8a 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
@@ -6,8 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5089214833586ba444048fd1dbbc76a4 \
                     file://png.h;endline=149;md5=376d8ff7f69b7c4ad3a09f4672cec696"
 DEPENDS = "zlib"
 
-SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \
-          "
+LIBV = "16"
+
+SRC_URI = "https://sourceforge.net/projects/${BPN}/files/${BPN}${LIBV}/older-releases/${PV}/${BP}.tar.xz"
+
 SRC_URI[md5sum] = "ffcdbd549814787fa8010c372e35ff25"
 SRC_URI[sha256sum] = "7932dc9e5e45d55ece9d204e90196bbb5f2c82741ccb0f7e10d07d364a6fd6dd"
 

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


More information about the Openembedded-commits mailing list