diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:57:53 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:57:53 -0800 |
commit | 35c948f38495d49dde1043d14a914cf4047a972a (patch) | |
tree | fd64ae6e029822f73595b7af2b02c4c2b4b5a360 /meta/recipes-connectivity/gupnp | |
parent | 0dc60700f9c5bb869a680ecec8a46b0b5470799a (diff) | |
download | openembedded-core-35c948f38495d49dde1043d14a914cf4047a972a.tar.gz openembedded-core-35c948f38495d49dde1043d14a914cf4047a972a.tar.bz2 openembedded-core-35c948f38495d49dde1043d14a914cf4047a972a.zip |
gssdp: Disable gobject introspection explicitly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gupnp')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |