aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/imagemagick/imagemagick_6.4.4-1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/imagemagick/imagemagick_6.4.4-1.bb')
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 1392bbd9f8..b443406177 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -4,17 +4,17 @@ LICENSE = "GPL"
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
DEPENDS = "bzip2 jpeg libpng librsvg tiff zlib"
-PR = "r4"
+PR = "r5"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
- file://PerlMagic_MakePatch;patch=1 \
+ file://PerlMagic_MakePatch;apply=yes \
"
IMVER = "6.4.4"
S = "${WORKDIR}/ImageMagick-${IMVER}"
-inherit autotools_stage binconfig pkgconfig
+inherit autotools binconfig pkgconfig
EXTRA_AUTORECONF += "--exclude=libtoolize"
EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp"