summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-04 14:50:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-06 12:13:16 +0000
commitc60038b721036d7e24a73e83a78b9013d5512dae (patch)
tree54567c252118b13bcea7f8d1849eb1036443f160
parent891d30a5d435081b72790eba86a642ce5df0a353 (diff)
downloadpoky-c60038b721036d7e24a73e83a78b9013d5512dae.tar.gz
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>
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.42.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.42.bb b/meta/recipes-multimedia/libpng/libpng_1.6.42.bb
index d84cb19151..cadbe957db 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.42.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.42.bb
@@ -10,10 +10,10 @@ DEPENDS = "zlib"
10 10
11LIBV = "16" 11LIBV = "16"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
14SRC_URI[sha256sum] = "c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450" 14SRC_URI[sha256sum] = "c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450"
15 15
16MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/" 16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
17 17
18UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html" 18UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html"
19 19