From 26f157ed7db3fb1cd576fffa31c041a9b382e5e3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 7 Oct 2011 19:48:17 +0200 Subject: imagemagick: Do not inherit class `pkgconfig` ImageMagick does not ship any pkgconfig files. Signed-off-by: Paul Menzel --- recipes/imagemagick/imagemagick_6.3.5-10.bb | 2 +- recipes/imagemagick/imagemagick_6.4.4-1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb index fffcc56981..bee07f4339 100644 --- a/recipes/imagemagick/imagemagick_6.3.5-10.bb +++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb @@ -16,7 +16,7 @@ IMVER = "6.3.5" S = "${WORKDIR}/ImageMagick-${IMVER}" -inherit autotools binconfig pkgconfig +inherit autotools binconfig EXTRA_AUTORECONF += "--exclude=libtoolize" EXTRA_OECONF = "--without-x --without-freetype --without-perl" diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index e495d368d5..15e6bfc178 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -15,7 +15,7 @@ IMVER = "6.4.4" S = "${WORKDIR}/ImageMagick-${IMVER}" -inherit autotools binconfig pkgconfig +inherit autotools binconfig EXTRA_OECONF = "--program-prefix= --without-x --without-freetype --without-perl --disable-openmp" -- cgit 1.2.3-korg