From: Koen Kooi Date: Fri, 12 Jun 2009 09:42:34 +0000 (+0200) Subject: image-magick: fix do_configure X-Git-Tag: Release-2010-05/1~3191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a803f6a91c45b035de423f4ca808d79a51e894;p=openembedded.git image-magick: fix do_configure --- diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index 60dd6afd83..546defc4ad 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -18,12 +18,6 @@ inherit autotools binconfig pkgconfig EXTRA_AUTORECONF += "--exclude=libtoolize" EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp" -do_configure() { - gnu-configize - cp config.{sub,guess} config/ - oe_runconf -} - do_stage() { autotools_stage_all }