Skip to content

Commit

Permalink
libpng: update SRC_URI
Browse files Browse the repository at this point in the history
update SRC_URI to fix do_fetch warning:
WARNING: libpng-1.6.42-r0 do_fetch: Failed to fetch URL https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.42.tar.xz, attempting MIRRORS if available

(From OE-Core rev: aa23e392e379ab7f8cdfc48e1d2d96812f330c74)

Signed-off-by: Changqing Li <[email protected]>
Signed-off-by: Steve Sakoman <[email protected]>
  • Loading branch information
sandy-lcq authored and sakoman committed Aug 10, 2024
1 parent 240f070 commit 09f3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-multimedia/libpng/libpng_1.6.42.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DEPENDS = "zlib"

LIBV = "16"

SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz"
SRC_URI[sha256sum] = "c919dbc11f4c03b05aba3f8884d8eb7adfe3572ad228af972bb60057bdb48450"

MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
Expand Down

0 comments on commit 09f3d8b

Please sign in to comment.