diff options
author | youngseok <earwigz32@gmail.com> | 2018-03-07 15:43:58 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-08 10:31:57 -0800 |
commit | cdf16bb9751603fdb0340c03ef43f193918d31df (patch) | |
tree | 77c3e898f4aadcfe69489d2230dae16122e2a601 | |
parent | e5dcd58e5b2ef0b8e2bbe90e9bb1cede4e76bf75 (diff) | |
download | openembedded-core-cdf16bb9751603fdb0340c03ef43f193918d31df.tar.gz openembedded-core-cdf16bb9751603fdb0340c03ef43f193918d31df.tar.bz2 openembedded-core-cdf16bb9751603fdb0340c03ef43f193918d31df.zip |
libpng: Upgrade 1.6.32 -> 1.6.34
License-Update: License file changes are due to updates in Version and Copyright date
Signed-off-by: youngseok <earwigz32@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.34.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.32.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.32.bb b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb index d93e72c954..88ea586bdb 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.32.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.34.bb @@ -2,15 +2,15 @@ SUMMARY = "PNG image format decoding library" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=53f2df0e62ce82307cd1389a9f41e4cf \ - file://png.h;endline=144;md5=591cf1f8d84a757af46e43c2b9b5ddd9" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2db717a05a20e36f2fa673265bd31568 \ + file://png.h;endline=144;md5=3ac9fd250a8786ae581e34254bf79429" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" -SRC_URI[md5sum] = "e01be057a9369183c959b793a685ad15" -SRC_URI[sha256sum] = "c918c3113de74a692f0a1526ce881dc26067763eb3915c57ef3a0f7b6886f59b" +SRC_URI[md5sum] = "c05b6ca7190a5e387b78657dbe5536b2" +SRC_URI[sha256sum] = "2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" |