From patchwork Mon Mar 7 16:28:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gupnp_0.13.4: disable introspection Date: Mon, 07 Mar 2011 16:28:43 -0000 From: Steffen Sledz X-Patchwork-Id: 1187 Message-Id: <1299515323-2246-1-git-send-email-sledz@dresearch.de> To: openembedded-devel@lists.openembedded.org Introspection uses host tools within compile stage. Missing tools or tools of wrong version result in errors like | GEN GUPnP-1.0.gir | Couldn't find include 'Soup-2.4.gir' (search path: ...) or | GEN GUPnP-1.0.gir | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2) Signed-off-by: Steffen Sledz --- recipes/upnp/gupnp_0.13.4.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb index 07266a1..4327662 100644 --- a/recipes/upnp/gupnp_0.13.4.bb +++ b/recipes/upnp/gupnp_0.13.4.bb @@ -2,13 +2,14 @@ LICENSE = "LGPL" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee" require gupnp.inc +PR = "1" SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba" SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8" inherit autotools pkgconfig -EXTRA_OECONF = "--disable-gtk-doc" +EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no" do_configure() { libtoolize --force