summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb
index d84d51862d..2ef3e75da9 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb
@@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
8# Important note: tarballs for all patchsets within a version are deleted when 8# Important note: tarballs for all patchsets within a version are deleted when
9# a new pachset is created. To avoid multiple patches for each patchset, try to 9# a new pachset is created. To avoid multiple patches for each patchset, try to
10# update to the last pachset of a version 10# update to the last pachset of a version
11PATCHSET = "10" 11PATCHSET = "0"
12SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ 12SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
13" 13"
14SRC_URI[md5sum] = "cf5c663a31d0ca2975121d0803db0e61" 14SRC_URI[md5sum] = "99471c8c3f38c9264faf5c4ca7a31287"
15SRC_URI[sha256sum] = "22565464059376513869b6626982e0726a33788ccc7e19a08e55ff1683d4ff92" 15SRC_URI[sha256sum] = "07a2de28f7f9ab888ef47c02eb7e10cc3e0dd0e9797c5d71d6e71d19f842399e"
16 16
17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" 17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
18 18