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 | |
parent | 0dc60700f9c5bb869a680ecec8a46b0b5470799a (diff) | |
download | poky-35c948f38495d49dde1043d14a914cf4047a972a.tar.gz |
gssdp: Disable gobject introspection explicitly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-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" | |||
6 | 6 | ||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" |
8 | 8 | ||
9 | EXTRA_OECONF = "--disable-introspection" | ||
10 | |||
9 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
10 | 12 | ||
11 | PACKAGES =+ "gssdp-tools" | 13 | PACKAGES =+ "gssdp-tools" |