From 3f4c8edc60b3426dd96f76504169d742a04c1ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 1 Mar 2012 23:14:22 +0000 Subject: [PATCH] pango: disable introspection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-oe's pango.inc inherited gnome.bbclass which disables gobject-introspection error was: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Pango-1.0.gir: Failed to parse included gir GLib-2.0 | make[4]: *** [Pango-1.0.typelib] Error 1 Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/pango/pango_1.29.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb index 65c402837f..b14430f8af 100644 --- a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb +++ b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb @@ -10,5 +10,6 @@ SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a SRC_URI += "file://no-tests.patch" -PR = "r3" +PR = "r4" +EXTRA_OECONF += "--disable-introspection"