* imagemagick-6.3.5-10 doesn't configure with autoconf > 2.63 * problem: without removing imagemagick-native_6.3.5-10 the old version is build
Signed-off-by: Thomas Zimmermann <[email protected]> --- recipes/imagemagick/imagemagick_6.4.4-1.bb | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index bc16b0c..b02ce26 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -3,8 +3,9 @@ SECTION = "console/utils" LICENSE = "GPL" # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. DEPENDS = "bzip2 jpeg libpng librsvg tiff zlib" +DEPENDS_virtclass-native = "libtool-native bzip2-native jpeg-native libpng-native librsvg-native zlib-native" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;patch=1 \ @@ -14,15 +15,11 @@ IMVER = "6.4.4" S = "${WORKDIR}/ImageMagick-${IMVER}" -inherit autotools binconfig pkgconfig +inherit autotools_stage binconfig pkgconfig EXTRA_AUTORECONF += "--exclude=libtoolize" EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp" -do_stage() { - autotools_stage_all -} - FILES_${PN} += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.so \ ${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.la \ ${libdir}/ImageMagick-${IMVER}/config/ \ @@ -32,5 +29,7 @@ FILES_${PN}-dev += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.a" FILES_${PN}-dbg += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/.debug/*" +BBCLASSEXTEND = "native" + LEAD_SONAME = "libMagickCore.so.*" -- 1.7.0.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
