diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-11-18 11:34:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:58 +0000 |
commit | abee587c0b165ff42e9754839adedda0d5240a73 (patch) | |
tree | a5381f46e616c1d8f42dd51f6f9a9255b281749d /meta/recipes-multimedia/libpng | |
parent | 66e0f5d670837cf823da8ead98148134c40c4ae8 (diff) | |
download | openembedded-core-abee587c0b165ff42e9754839adedda0d5240a73.tar.gz openembedded-core-abee587c0b165ff42e9754839adedda0d5240a73.tar.bz2 openembedded-core-abee587c0b165ff42e9754839adedda0d5240a73.zip |
libpng: update to 1.6.19
1.6.17 -> 1.6.19
No changes in License.The license checksums changed because of update
in Copyright dates and other restructuring in png.h
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.19.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.17.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.17.bb b/meta/recipes-multimedia/libpng/libpng_1.6.19.bb index 00e5808b98..214f9d3a10 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.17.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.19.bb @@ -2,16 +2,16 @@ SUMMARY = "PNG image format decoding library" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b9b75399b72e4a8656cf3a6ddfc86d9a \ - file://png.h;endline=16;md5=cc9c2d1eafda17e1277a6f99a9fc29c4 \ - file://png.h;beginline=242;endline=356;md5=599316819d525dde2bfdf28fe3f323af" +LIC_FILES_CHKSUM = "file://LICENSE;md5=586a8dac4d039e74af7b68ff2bc5fc41 \ + file://png.h;endline=17;md5=a38a64f8b5cf0ea4e2d4c2cb47150151 \ + file://png.h;beginline=19;endline=111;md5=d3e773acb87d7a35863203538167a776" DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \ " -SRC_URI[md5sum] = "430a9b76b78533235cd4b9b26ce75c7e" -SRC_URI[sha256sum] = "98507b55fbe5cd43c51981f2924e4671fd81fe35d52dc53357e20f2c77fa5dfd" +SRC_URI[md5sum] = "1e6a458429e850fc93c1f3b6dc00a48f" +SRC_URI[sha256sum] = "311c5657f53516986c67713c946f616483e3cdb52b8b2ee26711be74e8ac35e8" BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" |