diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-02-11 14:55:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 13:14:22 +0100 |
commit | 0e8fcf8c9c4442dd367a8bfd2ccee29410fc2778 (patch) | |
tree | d5fb739c5a5f9003f01fece93465d525a4688955 /meta/recipes-lsb4/libpng/libpng12_1.2.56.bb | |
parent | 13f0eee08d72327238dbabb5a0e3f9c34b08bf37 (diff) | |
download | poky-0e8fcf8c9c4442dd367a8bfd2ccee29410fc2778.tar.gz |
libpng -lsb: update SRC_URI
ERROR: libpng12-1.2.56-r0 do_checkuri: Function failed: Fetcher failure for URL: 'http://distfiles.gentoo.org/distfiles/libpng-1.2.56.tar.xz'. URL http://distfiles.gentoo.org/distfiles/libpng-1.2.56.tar.xz doesn't work
ERROR: Logfile of failure stored in: /home/akuster/oss/maint/poky/build/tmp/work/i586-poky-linux/libpng12/1.2.56-r0/temp/log.do_checkuri.19750
Log data follows:
| DEBUG: Executing python function do_checkuri
| DEBUG: Testing URL http://distfiles.gentoo.org/distfiles/libpng-1.2.56.tar.xz
| DEBUG: checkstatus() urlopen failed: HTTP Error 404: Not Found
| DEBUG: Python function do_checkuri finished
| ERROR: Function failed: Fetcher failure for URL: 'http://distfiles.gentoo.org/distfiles/libpng-1.2.56.tar.xz'. URL http://distfiles.gentoo.org/distfiles/libpng-1.2.56.tar.xz doesn't work
(From OE-Core rev: e9244796af33d41ad8ee652f0276c427228948b6)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-lsb4/libpng/libpng12_1.2.56.bb')
-rw-r--r-- | meta/recipes-lsb4/libpng/libpng12_1.2.56.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb b/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb index 10c350ac25..6ab542cfed 100644 --- a/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb +++ b/meta/recipes-lsb4/libpng/libpng12_1.2.56.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "zlib" | |||
9 | PN = "libpng12" | 9 | PN = "libpng12" |
10 | S = "${WORKDIR}/libpng-${PV}" | 10 | S = "${WORKDIR}/libpng-${PV}" |
11 | 11 | ||
12 | SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/${PN}/${PV}/libpng-${PV}.tar.xz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a" | 14 | SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a" |
15 | SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe" | 15 | SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe" |