summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2019-04-01 21:30:29 -0400
committerKhem Raj <raj.khem@gmail.com>2019-04-06 08:22:22 -0700
commit7e3e32f6c5904c5258722916fa2cda70913828b0 (patch)
treed6918d3ddf6bb17c34bbc2e368d6e8a047886777 /meta-oe/recipes-support
parent850f61362ca4d6186ea348c57c4c38cc65d45bf8 (diff)
downloadmeta-openembedded-7e3e32f6c5904c5258722916fa2cda70913828b0.tar.gz
imagemagic: upgrade to 7.0.8-35
The LICENSE file checksum updated due to two trivial changes: - Copyright year updates - the URL for a web version of the license terms moved. Add libtool dependencies to avoid: configure: error: libltdl is required for modules and OpenCL builds 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')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb
index 37d5a637a..52b291d6e 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb
@@ -4,14 +4,14 @@ HOMEPAGE = "https://www.imagemagick.org/"
4DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ 4DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \
5editing raster and vector image files. It can read and write over 200 image file formats." 5editing raster and vector image files. It can read and write over 200 image file formats."
6LICENSE = "ImageMagick" 6LICENSE = "ImageMagick"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=05ff94b3ff59fe6fa7489fa26e3d9142"
8# 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.
9DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype" 9DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
10 10
11BASE_PV := "${PV}" 11BASE_PV := "${PV}"
12PV .= "_7" 12PV .= "_35"
13SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " 13SRC_URI = "git://github.com/ImageMagick/ImageMagick.git "
14SRCREV = "e12602b39b5e778240d286b6f9bbbc0fe3fb26c5" 14SRCREV = "224159dfcc0ae3da9a247921e3c8bfb44d39965e"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17