[oe-commits] [openembedded-core] 38/62: libpng: update 1.6.23 -> 1.6.24

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:55 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e28b6042b1a81fe449b772b4698ad139edf46332
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Fri Aug 12 15:24:40 2016 +0300

    libpng: update 1.6.23 -> 1.6.24
    
    Updates in License files are due to changes in Copyright date
    and Version.
    
    Ensure all tools are packaged into $PN-tools.
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb}              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.23.bb b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
similarity index 59%
rename from meta/recipes-multimedia/libpng/libpng_1.6.23.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.24.bb
index b2813e3..f91ab7f 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.23.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
@@ -2,14 +2,14 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a92bbf77565352659482e381075d19e3 \
-                    file://png.h;endline=149;md5=a0e24b62532fff585d25f060dd917236"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5089214833586ba444048fd1dbbc76a4 \
+                    file://png.h;endline=149;md5=376d8ff7f69b7c4ad3a09f4672cec696"
 DEPENDS = "zlib"
 
 SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \
           "
-SRC_URI[md5sum] = "9b320a05ed4db1f3f0865c8a951fd9aa"
-SRC_URI[sha256sum] = "6d921e7bdaec56e9f6594463ec1fe1981c3cd2d5fc925d3781e219b5349262f1"
+SRC_URI[md5sum] = "ffcdbd549814787fa8010c372e35ff25"
+SRC_URI[sha256sum] = "7932dc9e5e45d55ece9d204e90196bbb5f2c82741ccb0f7e10d07d364a6fd6dd"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 
@@ -20,6 +20,6 @@ EXTRA_OECONF_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon
 
 PACKAGES =+ "${PN}-tools"
 
-FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix"
+FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp"
 
 BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list