[oe-commits] Marius Avram : libpng: upgrade to 1.6.8

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 22:35:21 UTC 2014


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

Author: Marius Avram <marius.avram at intel.com>
Date:   Fri Jan 31 14:32:28 2014 +0200

libpng: upgrade to 1.6.8

Note: license has not changed. MD5 sum of files changed because new
contributors were added to LICENSE and png.h file contains the
version of the new release.

Signed-off-by: Marius Avram <marius.avram at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.7.bb b/meta/recipes-multimedia/libpng/libpng_1.6.8.bb
similarity index 61%
rename from meta/recipes-multimedia/libpng/libpng_1.6.7.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.8.bb
index f41b550..d063495 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.7.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.8.bb
@@ -2,9 +2,9 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=243135ddedf702158f9170807cbcfb66 \
-                    file://png.h;endline=15;md5=cb4981447519fe0bb87fbda5e8cd50be \
-                    file://png.h;beginline=209;endline=323;md5=f6b7821e0ddefaa4d71fdfa1f5a91fb7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=44bc22578be94b6536c8bdc3a01e5db9 \
+                    file://png.h;endline=15;md5=aa42e53406a5ebb9500bae72fa314b6d \
+                    file://png.h;beginline=209;endline=323;md5=83e13159b5bf0a4d9fb634acbda7cb5b"
 DEPENDS = "zlib"
 LIBV = "16"
 
@@ -12,8 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}
            file://0001-configure-lower-automake-requirement.patch \
           "
 
-SRC_URI[md5sum] = "7023a9eacd7b6a3eb95761a2f574d456"
-SRC_URI[sha256sum] = "13c9c853a9a600218fff9961658dc4f485ad2ef9b862315b434dd2fdbbe1f945"
+SRC_URI[md5sum] = "51ce71a1642cdde1f4485a7ff82193c0"
+SRC_URI[sha256sum] = "24f73d8b5e1d74a9482c81b65c3f93f96c7da7ed0417b8a948a75d2d99133081"
 
 inherit autotools binconfig pkgconfig
 



More information about the Openembedded-commits mailing list