]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libpng: upgrade 1.6.37 -> 1.6.38
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Sep 2022 12:53:59 +0000 (12:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Sep 2022 22:15:01 +0000 (23:15 +0100)
License checksum changed to to copyright year changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/libpng/libpng_1.6.38.bb [moved from meta/recipes-multimedia/libpng/libpng_1.6.37.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-multimedia/libpng/libpng_1.6.37.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.38.bb
index 61e3d92e95d7411ef56583211091419e0b412917..dc627203ef2a92821fdaa0b84599ade6741a1305 100644 (file)
@@ -5,14 +5,13 @@ library for use in applications that read, create, and manipulate PNG \
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5c900cc124ba35a274073b5de7639b13"
 DEPENDS = "zlib"
 
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
-SRC_URI[md5sum] = "015e8e15db1eecde5f2eb9eb5b6e59e9"
-SRC_URI[sha256sum] = "505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca"
+SRC_URI[sha256sum] = "b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/"