[oe-commits] Andreas Müller : pango: disable introspection

git at git.openembedded.org git at git.openembedded.org
Fri Mar 2 08:21:35 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 3f4c8edc60b3426dd96f76504169d742a04c1ce1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3f4c8edc60b3426dd96f76504169d742a04c1ce1

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Mar  1 23:14:22 2012 +0000

pango: disable introspection

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 <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-graphics/pango/pango_1.29.4.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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 65c4028..b14430f 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"





More information about the Openembedded-commits mailing list