aboutsummaryrefslogtreecommitdiffstats
path: root/packages/imagemagick
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-06-13 07:24:05 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-06-13 07:24:05 +0000
commitd72e5df76a6880670ae07d763033c2e25c5ec416 (patch)
tree654d9062a06714e5e81e9b7e248bad067c6769c9 /packages/imagemagick
parentec6d55d9cff77c7626ae65a9a8307f046435973a (diff)
downloadopenembedded-d72e5df76a6880670ae07d763033c2e25c5ec416.tar.gz
imagemagick: don't call libtoolize for imagemagick, it doesn't work
Diffstat (limited to 'packages/imagemagick')
-rw-r--r--packages/imagemagick/imagemagick_6.3.5-10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/imagemagick/imagemagick_6.3.5-10.bb b/packages/imagemagick/imagemagick_6.3.5-10.bb
index 56229802ac..c6e65d4c60 100644
--- a/packages/imagemagick/imagemagick_6.3.5-10.bb
+++ b/packages/imagemagick/imagemagick_6.3.5-10.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "ImageMagick is an image convertion tools"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "tiff"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \
file://PerlMagic_MakePatch;patch=1 \
@@ -15,6 +15,7 @@ S = "${WORKDIR}/ImageMagick-${IMVER}"
inherit autotools binconfig pkgconfig
+EXTRA_AUTORECONF += "--exclude=libtoolize"
EXTRA_OECONF = "--without-x --without-freetype --without-perl"
EXTRA_OECONF_openprotium = "--without-x --without-freetype --without-xml --without-perl"