summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libpng/libpng_1.6.37.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2019-11-25 11:08:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-27 13:25:18 +0000
commit195adf311d4e0e32ce8eb6c599e851d2292fa18f (patch)
tree40bf677dc770075eb691664607030b76dcb7501c /meta/recipes-multimedia/libpng/libpng_1.6.37.bb
parentb5eba8567d9be2ae7ac6af8a3f93cd2e178de9f5 (diff)
downloadpoky-195adf311d4e0e32ce8eb6c599e851d2292fa18f.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: 5a0df07de5f18e701bdcb6004c9883838cb0d5c9) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.37.bb')
-rw-r--r--meta/recipes-multimedia/libpng/libpng_1.6.37.bb4
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"
2HOMEPAGE = "http://www.libpng.org/" 2HOMEPAGE = "http://www.libpng.org/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "Libpng" 4LICENSE = "Libpng"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000\ 5LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000"
6 file://png.h;endline=144;md5=8acd23d544623816b097e07be0139509\
7 "
8DEPENDS = "zlib" 6DEPENDS = "zlib"
9 7
10LIBV = "16" 8LIBV = "16"