diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-11-25 11:08:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-27 13:23:27 +0000 |
commit | 5a0df07de5f18e701bdcb6004c9883838cb0d5c9 (patch) | |
tree | a05ce643727adf849e79641639cf5839647c384a /meta/recipes-multimedia | |
parent | 11ec4435da94e345d98fc7a9077c1fce526b5f71 (diff) | |
download | openembedded-core-contrib-5a0df07de5f18e701bdcb6004c9883838cb0d5c9.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
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 2ed87a84374..78f3248d739 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" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000\ - file://png.h;endline=144;md5=8acd23d544623816b097e07be0139509\ - " +LIC_FILES_CHKSUM = "file://LICENSE;md5=b0085051bf265bac2bfc38bc89f50000" DEPENDS = "zlib" LIBV = "16" |