mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
imagemagick: Add NOTICE to collected license texts
The ImageMagick license requires that attribution notices contained in the NOTICE file are distributed along a derivative work. Thus it makes sense to collect the NOTICE file in the deploy/licenses directory. Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,7 +4,8 @@ HOMEPAGE = "https://www.imagemagick.org/"
|
|||||||
DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \
|
DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \
|
||||||
editing raster and vector image files. It can read and write over 200 image file formats."
|
editing raster and vector image files. It can read and write over 200 image file formats."
|
||||||
LICENSE = "ImageMagick"
|
LICENSE = "ImageMagick"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a \
|
||||||
|
file://NOTICE;md5=a2aa6e41f8a40700196a9ce301693e34"
|
||||||
# FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
|
# FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
|
||||||
DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
|
DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user