diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-12-19 15:29:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 14:53:55 +0000 |
commit | 0e2cf3ecaff49dd1fb35267ecbfb4f89290fd90c (patch) | |
tree | 8682a50d6f6d3a1e516c1e17faaaa42ac3b988d0 | |
parent | 7e3fe1182b8cb4d18d3905864e75a6a0c2b1064a (diff) | |
download | poky-0e2cf3ecaff49dd1fb35267ecbfb4f89290fd90c.tar.gz |
libpng: upgrade 1.6.35 -> 1.6.36
For changes, see:
https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES
License-Update: Added authors to license, formatting, version changes,
export classification clarification and a new libpng2 license with
clarification:
The new libpng license comprises the terms and conditions from the zlib
license, and the disclaimer from the Boost license. The legacy libpng
license license, used until libpng-1.6.35, is appended to the
new license, following the precedent established in the Python Software
Foundation License version 2.
(From OE-Core rev: 099aecfaa3baf6b24c2b751da92d7d2fa0266bf9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.36.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.35.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.35.bb b/meta/recipes-multimedia/libpng/libpng_1.6.36.bb index 5ae0a91a74..3cf4f7249c 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.35.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.36.bb | |||
@@ -2,16 +2,16 @@ SUMMARY = "PNG image format decoding library" | |||
2 | HOMEPAGE = "http://www.libpng.org/" | 2 | HOMEPAGE = "http://www.libpng.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Libpng" | 4 | LICENSE = "Libpng" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4791381a76f106ac4699f6261c65ee29 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=12b4ec50384c800bc568f519671b120c \ |
6 | file://png.h;endline=144;md5=090ba5769782e8a1663a45fab1c2b36c \ | 6 | file://png.h;endline=144;md5=15ae15f53376306868259924a9db4e05 \ |
7 | " | 7 | " |
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
9 | 9 | ||
10 | LIBV = "16" | 10 | LIBV = "16" |
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz" |
13 | SRC_URI[md5sum] = "678b7e696a62a193ed3503b04bf449d6" | 13 | SRC_URI[md5sum] = "df2be2d29c40937fe1f5349b16bc2826" |
14 | SRC_URI[sha256sum] = "23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7" | 14 | SRC_URI[sha256sum] = "eceb924c1fa6b79172fdfd008d335f0e59172a86a66481e09d4089df872aa319" |
15 | 15 | ||
16 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" | 16 | MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/" |
17 | 17 | ||