diff options
author | Mark Jonas <toertel@gmail.com> | 2020-11-20 20:27:46 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-23 07:09:34 -0800 |
commit | 8b3d8bb3e50f526af45a2d3279693229cc2ea172 (patch) | |
tree | 6264ad3bf2ff9149e5e615590db1292b579071e5 /meta-oe/recipes-support | |
parent | fa001e391587eab02c60fc44096673d661968181 (diff) | |
download | meta-openembedded-8b3d8bb3e50f526af45a2d3279693229cc2ea172.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb index 70cb237d9..ac81fc75a 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | |||
@@ -4,7 +4,8 @@ HOMEPAGE = "https://www.imagemagick.org/" | |||
4 | DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ | 4 | DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ |
5 | editing raster and vector image files. It can read and write over 200 image file formats." | 5 | editing raster and vector image files. It can read and write over 200 image file formats." |
6 | LICENSE = "ImageMagick" | 6 | LICENSE = "ImageMagick" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41b4fa9af60c88e61484b02c0561181a \ |
8 | file://NOTICE;md5=a2aa6e41f8a40700196a9ce301693e34" | ||
8 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 9 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
9 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | 10 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" |
10 | 11 | ||