]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpng12: Upgrade 1.2.52 -> 1.2.53
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Fri, 22 May 2015 13:26:52 +0000 (16:26 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 May 2015 06:56:27 +0000 (07:56 +0100)
License file changes are not actual license changes.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-lsb4/libpng/libpng12_1.2.53.bb [moved from meta/recipes-lsb4/libpng/libpng12_1.2.52.bb with 70% similarity]

similarity index 70%
rename from meta/recipes-lsb4/libpng/libpng12_1.2.52.bb
rename to meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
index 5b67fe8b536563a4e1a20b2942f8c23894eede32..bf861a7ba0120327d6d69587bf9653d53402f532 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=4495b57387451782e5f34c2968c35ed0 \
-                    file://png.h;beginline=314;endline=428;md5=0c93e62d39955f2b879c056165cfad43"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bd2a7a13355fcca92ad83bdf7e296011 \
+                    file://png.h;beginline=322;endline=436;md5=caf9ee541234c663aeecdcfef2f79ae1"
 DEPENDS = "zlib"
 
 PN = "libpng12"
@@ -11,8 +11,8 @@ S = "${WORKDIR}/libpng-${PV}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "49d5c71929bf69a172147c47b9309fbe"
-SRC_URI[sha256sum] = "d4fb0fbf14057ad6d0319034188fc2aecddb493da8e3031b7b072ed28f510ec0"
+SRC_URI[md5sum] = "7d18a74e6fd2029aee76ccd00e00a9e6"
+SRC_URI[sha256sum] = "b45e49f689e7451bd576569e6a344f7e0d11c02ecbb797f4da0e431526765c0a"
 
 BINCONFIG_GLOB = "${PN}-config"