[oe-commits] [openembedded-core] 10/13: libpng: lsb version 1.2.56 url fix

git at git.openembedded.org git at git.openembedded.org
Tue Oct 10 16:33:09 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 889cc3404255e9ba920909e90fbf3ab846a5d97a
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Fri Sep 29 07:51:24 2017 -0700

    libpng: lsb version 1.2.56 url fix
    
    The mirrors are not working so remove them. Simplify the SRC_URI as the archive in only in the older-releases dir.
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-lsb4/libpng/libpng12_1.2.56.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb b/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb
index 277d69f..89f1daf 100644
--- a/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb
+++ b/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb
@@ -11,14 +11,12 @@ S = "${WORKDIR}/libpng-${PV}"
 
 LIBV = "12"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz"
-
-MIRRORS += "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/older-releases/${PV}"
+SRC_URI = "https://sourceforge.net/projects/libpng/files/libpng${LIBV}/older-releases/${PV}/libpng-${PV}.tar.xz"
 
 SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a"
 SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe"
 
-UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libpng/files/libpng12/"
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libpng/files/libpng12/"
 UPSTREAM_CHECK_REGEX = "/libpng12/(?P<pver>(\d+[\.\-_]*)+)/"
 
 BINCONFIG_GLOB = "${PN}-config"

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


More information about the Openembedded-commits mailing list