diff options
Diffstat (limited to 'recipes/imagemagick')
-rw-r--r-- | 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 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 } |