aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2011-03-07 17:24:04 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-03-08 16:29:21 +0100
commit3fced48d31281a26f8d08006ed7c101e787ec8f5 (patch)
tree473b52f23350d393f9fbc2c04778d377a746546c /recipes
parent6dcc472eac78fce72b551b5853f4b320bbadba1a (diff)
downloadopenembedded-3fced48d31281a26f8d08006ed7c101e787ec8f5.tar.gz
gupnp_0.13.4/gupnp-av_0.5.9: disable introspection
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 <sledz@dresearch.de> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/upnp/gupnp-av_0.5.9.bb3
-rw-r--r--recipes/upnp/gupnp_0.13.4.bb3
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb
index 0370e916a0..f3e1d50786 100644
--- a/recipes/upnp/gupnp-av_0.5.9.bb
+++ b/recipes/upnp/gupnp-av_0.5.9.bb
@@ -2,8 +2,11 @@ LICENSE = "LGPL"
DEPENDS = "gupnp"
require gupnp.inc
+PR = "r1"
SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78"
SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd"
inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-introspection=no"
diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
index 07266a1a00..54c62eaa16 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 = "r1"
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