From 00a803f6a91c45b035de423f4ca808d79a51e894 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 12 Jun 2009 11:42:34 +0200 Subject: image-magick: fix do_configure --- recipes/imagemagick/imagemagick_6.4.4-1.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'recipes/imagemagick') 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 } -- cgit 1.2.3-korg