[oe-commits] Khem Raj : libpng: Upgrade to 1.6.16

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:14 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 929ccf90d9cbf6a10a263b59e5f02b0542d73899
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=929ccf90d9cbf6a10a263b59e5f02b0542d73899

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jan 26 22:56:13 2015 -0800

libpng: Upgrade to 1.6.16

License checksum changed because of date change like below

-libpng versions 1.2.6, August 15, 2004, through 1.6.13, August 21, 2014, are
+libpng versions 1.2.6, August 15, 2004, through 1.6.16, December 22, 2014, are

Change-Id: I7a2a950ef06c0bd8950a65b273bde5c214e6d3c7
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../libpng/{libpng_1.6.13.bb => libpng_1.6.16.bb}              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb b/meta/recipes-multimedia/libpng/libpng_1.6.16.bb
similarity index 62%
rename from meta/recipes-multimedia/libpng/libpng_1.6.13.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.16.bb
index 2c6260a..a8677e8 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.13.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.16.bb
@@ -2,17 +2,17 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=46401ee4b225b9ec066cb96cf1025c0f \
-                    file://png.h;endline=15;md5=8167a17735fc618d1df109f8b0f839a6 \
-                    file://png.h;beginline=229;endline=343;md5=5cdf8564a14e2f00339e4437a83b4913"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76dbddb73e547d9b3fa16909a98049c0 \
+                    file://png.h;endline=15;md5=fd8f7ae7b090a168a9e023d0a5d68a3e \
+                    file://png.h;beginline=229;endline=343;md5=44075eedf4763ada355d8f60ac3296c9"
 DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
           "
 
-SRC_URI[md5sum] = "9822c25466f060142359f80ed142c9e5"
-SRC_URI[sha256sum] = "d9c8ce54a5fc8052ed794ca65b553384a74c0608b09ae163cbbb07176018e625"
+SRC_URI[md5sum] = "23b7286b5d4a86de950fd2ffc5cac742"
+SRC_URI[sha256sum] = "42f754df633e4e700544e5913cbe2fd4928bbfccdc07708a5cf84e59827fbe60"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 



More information about the Openembedded-commits mailing list