diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-12-14 14:14:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-16 23:08:51 +0000 |
commit | 46aacaafae626f38f2df6e2fb0c677049f0aaefc (patch) | |
tree | afe7f05c56d9ff3fe660c59d7cb2345be65b7b07 /meta/recipes-multimedia/libpng | |
parent | dcffd983ac38f3c1ab4932d91d2e14844d65e0e3 (diff) | |
download | poky-46aacaafae626f38f2df6e2fb0c677049f0aaefc.tar.gz |
libpng: Remove duplicate license information
The LICENSE file contains all the license information so there is no
need to also include it from the png.h file (and additionally some
lines were left out from the latter).
License-Update: Remove duplicate license information
(From OE-Core rev: c2925e2c744fc234950f6a1a8db5ce179fd1bae7)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.37.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index 2ed87a8437..78f3248d73 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |||
@@ -2,9 +2,7 @@ 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=b0085051bf265bac2bfc38bc89f50000\ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000" |
6 | file://png.h;endline=144;md5=8acd23d544623816b097e07be0139509\ | ||
7 | " | ||
8 | DEPENDS = "zlib" | 6 | DEPENDS = "zlib" |
9 | 7 | ||
10 | LIBV = "16" | 8 | LIBV = "16" |