[oe-commits] Koen Kooi : image-magick: fix do_configure

git version control git at git.openembedded.org
Fri Jun 12 09:43:16 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 12 11:42:34 2009 +0200

image-magick: fix do_configure

---

 recipes/imagemagick/imagemagick_6.4.4-1.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb
index 60dd6af..546defc 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
 }





More information about the Openembedded-commits mailing list