diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2019-02-12 16:27:45 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-12 15:47:12 -0800 |
commit | 2dfb216ecd144d2ba4e940415e5bbd9114fdb932 (patch) | |
tree | eccc38eb0a645783c28f9b9bce93958a4d496f57 /meta-oe/recipes-support/imagemagick | |
parent | f372c8a480ca40b5dfef41eb0b38f83938e66eb1 (diff) | |
download | meta-openembedded-2dfb216ecd144d2ba4e940415e5bbd9114fdb932.tar.gz |
imagemagick: add homepage and description
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb index 46cc78ed7..af219abdb 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | SUMMARY = "ImageMagick is an image convertion tools" | 1 | SUMMARY = "ImageMagick is an image convertion toolkit" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "https://www.imagemagick.org/" | ||
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." | ||
3 | LICENSE = "ImageMagick" | 6 | LICENSE = "ImageMagick" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1" |
5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 8 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |