aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-10-07 19:48:17 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-10-08 10:28:52 +0200
commit26f157ed7db3fb1cd576fffa31c041a9b382e5e3 (patch)
tree8cbf065c8002de84d6b620f58817be50e6e9ec59
parentd61d9d2d52e71d54cf7bc11ea4d2d1272b970eac (diff)
downloadopenembedded-26f157ed7db3fb1cd576fffa31c041a9b382e5e3.tar.gz
imagemagick: Do not inherit class `pkgconfig`
ImageMagick does not ship any pkgconfig files. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/imagemagick/imagemagick_6.3.5-10.bb2
-rw-r--r--recipes/imagemagick/imagemagick_6.4.4-1.bb2
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"