imagemagick: enable libtoolize
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Oct 2010 15:11:48 +0000 (17:11 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Oct 2010 15:11:48 +0000 (17:11 +0200)
This is needed for libtool 2.4 and has no ill effects on libtool 2.x builds

recipes/imagemagick/imagemagick_6.4.4-1.bb

index b443406..2faebde 100644 (file)
@@ -4,7 +4,7 @@ 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 = "r5"
+PR = "r6"
 
 SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
            file://PerlMagic_MakePatch;apply=yes \
@@ -16,7 +16,6 @@ S = "${WORKDIR}/ImageMagick-${IMVER}"
 
 inherit autotools binconfig pkgconfig
 
-EXTRA_AUTORECONF += "--exclude=libtoolize"
 EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp"
 
 FILES_${PN} += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.so \