]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpng12: upgrade to 1.2.56
authorMaxin B. John <maxin.john@intel.com>
Wed, 20 Jan 2016 15:58:50 +0000 (17:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:37 +0000 (23:42 +0000)
1.2.55 -> 1.2.56

License file updates contain new dates and version. Update checksums
to reflect it.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-lsb4/libpng/libpng12_1.2.56.bb [moved from meta/recipes-lsb4/libpng/libpng12_1.2.55.bb with 73% similarity]

similarity index 73%
rename from meta/recipes-lsb4/libpng/libpng12_1.2.55.bb
rename to meta/recipes-lsb4/libpng/libpng12_1.2.56.bb
index 1afbeabd9fc5f6b623fa859bc09868ed82528532..0ffee9052d7c21240514f53324577de947431799 100644 (file)
@@ -2,8 +2,8 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6150ae2da16b673fa759402d5fb7ef73 \
-                    file://png.h;beginline=19;endline=109;md5=96ec141aee7c75a15d77dbe249a71f93"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e7f289af309d98b46321d0f9892def16 \
+                    file://png.h;beginline=19;endline=109;md5=10c940148fe379a535b310c1c54e609c"
 DEPENDS = "zlib"
 
 PN = "libpng12"
@@ -11,8 +11,8 @@ S = "${WORKDIR}/libpng-${PV}"
 
 SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "68ac486976e73fd164d54740bece57a2"
-SRC_URI[sha256sum] = "5e5227345676fabbba28558f4396514bb06a239eaf69adba12f3669a1650797e"
+SRC_URI[md5sum] = "868562bd1c58b76ed8703f135a2e439a"
+SRC_URI[sha256sum] = "24ce54581468b937734a6ecc86f7e121bc46a90d76a0d948dca08f32ee000dbe"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libpng/files/libpng12/"
 UPSTREAM_CHECK_REGEX = "/libpng12/(?P<pver>(\d+[\.\-_]*)+)/"