aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-29 07:51:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-10 17:27:01 +0100
commit889cc3404255e9ba920909e90fbf3ab846a5d97a (patch)
treec18fcebfaa8eabe972b54f46fc50ad8be6c880b4
parent16af873638830477a435574f1fedc643af2e2661 (diff)
downloadopenembedded-core-889cc3404255e9ba920909e90fbf3ab846a5d97a.tar.gz
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@gmail.com>
-rw-r--r--meta/recipes-lsb4/libpng/libpng12_1.2.56.bb6
1 files 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 277d69ff05..89f1dafc1e 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"