summaryrefslogtreecommitdiffstats
path: root/meta/recipes-lsb4
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:40 +0100
commit09c7d32f2d82deadaf4a73d0f873f7ef5d2b69d7 (patch)
tree67bbf1a788297483ff4e13899d54c6389adc11c0 /meta/recipes-lsb4
parent068c1a2c2240f2e36214546936dd649691ac8ce7 (diff)
downloadpoky-09c7d32f2d82deadaf4a73d0f873f7ef5d2b69d7.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. (From OE-Core rev: 889cc3404255e9ba920909e90fbf3ab846a5d97a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-lsb4')
-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}"
11 11
12LIBV = "12" 12LIBV = "12"
13 13
14SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz" 14SRC_URI = "https://sourceforge.net/projects/libpng/files/libpng${LIBV}/older-releases/${PV}/libpng-${PV}.tar.xz"
15
16MIRRORS += "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/older-releases/${PV}"
17 15
18SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a" 16SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a"
19SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe" 17SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe"
20 18
21UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libpng/files/libpng12/" 19UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libpng/files/libpng12/"
22UPSTREAM_CHECK_REGEX = "/libpng12/(?P<pver>(\d+[\.\-_]*)+)/" 20UPSTREAM_CHECK_REGEX = "/libpng12/(?P<pver>(\d+[\.\-_]*)+)/"
23 21
24BINCONFIG_GLOB = "${PN}-config" 22BINCONFIG_GLOB = "${PN}-config"