mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
libpng: Update SRC_URI to avoid redirects
Currently we're hitting permanent redirects on the urls. Tweak them to avoid that overhead/noise/inefficiency. (From OE-Core rev: 6b81db486e760483cf373559dc0b5ee71e410b09) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,10 +10,10 @@ DEPENDS = "zlib"
|
||||
|
||||
LIBV = "16"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
|
||||
SRC_URI[sha256sum] = "c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450"
|
||||
|
||||
MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/"
|
||||
MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user