From 35c948f38495d49dde1043d14a914cf4047a972a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 2 Dec 2010 05:57:53 -0800 Subject: gssdp: Disable gobject introspection explicitly Signed-off-by: Richard Purdie --- meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-connectivity/gupnp') diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 25a58da207..b786e2d011 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb @@ -6,6 +6,8 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade" SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" +EXTRA_OECONF = "--disable-introspection" + inherit autotools pkgconfig PACKAGES =+ "gssdp-tools" -- cgit v1.2.3-54-g00ecf