summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-12 17:03:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-13 10:29:21 +0100
commit35ec7fcc65d62cc42566c528f4a1a8e1c8ffbefa (patch)
tree0692b98b69077af69502d33b79ca5c4e0cb8670e /meta/recipes-multimedia/libpng
parentfc812e1a699b44623e099cbcb55e7eb0a440cca9 (diff)
downloadpoky-35ec7fcc65d62cc42566c528f4a1a8e1c8ffbefa.tar.gz
libpng: upgrade 1.6.47 -> 1.6.48
Changelog: ============ - Fixed the floating-point version of the mDCv setter 'png_set_mDCv'. - Added #error directives to discourage the inclusion of private libpng implementation header files in PNG-supporting applications. - Added the CMake build option 'PNG_LIBCONF_HEADER', to be used as an alternative to 'DFA_XTRA'. - Removed the Travis CI configuration files (From OE-Core rev: 521fb67a6ae80752c8d3cba1de0e4946e26f6c2f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.48.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.47.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
index 371ff1436f..338891c683 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib"
11LIBV = "16" 11LIBV = "16"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
14SRC_URI[sha256sum] = "b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631" 14SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03"
15 15
16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" 16MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/"
17 17