[oe-commits] Koen Kooi : imagemagick: enable libtoolize

git version control git at git.openembedded.org
Wed Oct 13 15:15:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 859ea36cfc8677aa37d24e5ecb3f7062ea85e6eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=859ea36cfc8677aa37d24e5ecb3f7062ea85e6eb

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 13 17:11:48 2010 +0200

imagemagick: enable libtoolize

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 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index b443406..2faebde 100644
--- a/recipes/imagemagick/imagemagick_6.4.4-1.bb
+++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb
@@ -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 \





More information about the Openembedded-commits mailing list