]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpng: lsb version 1.2.56 url fix
authorArmin Kuster <akuster808@gmail.com>
Fri, 29 Sep 2017 14:51:24 +0000 (07:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Oct 2017 16:27:01 +0000 (17:27 +0100)
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@gmail.com>
meta/recipes-lsb4/libpng/libpng12_1.2.56.bb

index 277d69ff055b70ffc33b0877f79b66d34229b26b..89f1dafc1eb3a7f77002e44f55eac292b70fb34b 100644 (file)
@@ -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"