summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2019-05-07 15:03:14 -0400
committerKhem Raj <raj.khem@gmail.com>2019-05-07 13:40:30 -0700
commit8605e8a437e7a196ce127645fe0ee85ec5112c5c (patch)
treefd86e6d662c8d144ded04572fd2d0ebc1163284c
parent6a8925293619563ff09605ac7e36b37f5e02c3b8 (diff)
downloadmeta-openembedded-8605e8a437e7a196ce127645fe0ee85ec5112c5c.tar.gz
imagemagick: update from 7.0.8-35 to 7.0.8-43
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb
index 52b291d6e9..f235db0942 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.8.bb
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=05ff94b3ff59fe6fa7489fa26e3d9142"
9DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" 9DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
10 10
11BASE_PV := "${PV}" 11BASE_PV := "${PV}"
12PV .= "_35" 12PV .= "_43"
13SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " 13SRC_URI = "git://github.com/ImageMagick/ImageMagick.git "
14SRCREV = "224159dfcc0ae3da9a247921e3c8bfb44d39965e" 14SRCREV = "723c2bd9cc716a9267a8afe08354d67bb60dabd5"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17