From 5f1c1d4aca2ef784d622b7b38d8b765ab580be05 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 2 Dec 2010 05:57:53 -0800 Subject: [PATCH] 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(+) diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 25a58da..b786e2d 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" -- 2.7.4