From: youngseok Date: Fri, 20 Oct 2017 06:10:47 +0000 (+0900) Subject: libpng: Upgrade 1.6.31 -> 1.6.32 X-Git-Tag: uninative-1.8~1299 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=44676c90863c3864182c088ca51bec3bdc8dce29;p=openembedded-core.git libpng: Upgrade 1.6.31 -> 1.6.32 License file changes are due to updates in Version and Copyright date Signed-off-by: youngseokyoon Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.31.bb b/meta/recipes-multimedia/libpng/libpng_1.6.32.bb similarity index 72% rename from meta/recipes-multimedia/libpng/libpng_1.6.31.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.32.bb index c96ea14c1b..d93e72c954 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.31.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.32.bb @@ -2,15 +2,15 @@ SUMMARY = "PNG image format decoding library" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6f21e4e1f795810b5ea491b333bc6ea1 \ - file://png.h;endline=144;md5=af300c419a45c53a8d2daa0b7d167a66" +LIC_FILES_CHKSUM = "file://LICENSE;md5=53f2df0e62ce82307cd1389a9f41e4cf \ + file://png.h;endline=144;md5=591cf1f8d84a757af46e43c2b9b5ddd9" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" -SRC_URI[md5sum] = "1b34eab440263e32cfa39d19413fad54" -SRC_URI[sha256sum] = "232a602de04916b2b5ce6f901829caf419519e6a16cc9cd7c1c91187d3ee8b41" +SRC_URI[md5sum] = "e01be057a9369183c959b793a685ad15" +SRC_URI[sha256sum] = "c918c3113de74a692f0a1526ce881dc26067763eb3915c57ef3a0f7b6886f59b" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/"