diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-02 16:14:33 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-03 13:15:52 -0800 |
commit | 0284df3926c1b9603504da5fbe0d26c3cc697223 (patch) | |
tree | 7770c139c1e5ea91ee881dd315af1ae138ec1f9c /meta | |
parent | cdc640f82208c71eba8ba2b4c88c2f31f7556f36 (diff) | |
download | poky-0284df3926c1b9603504da5fbe0d26c3cc697223.tar.gz |
Revert "gssdp: Disable gobject introspection explicitly"
This reverts commit 35c948f38495d49dde1043d14a914cf4047a972a.
There is not --disable-interospection
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index b786e2d011..25a58da207 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | |||
@@ -6,8 +6,6 @@ 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 | |||
11 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
12 | 10 | ||
13 | PACKAGES =+ "gssdp-tools" | 11 | PACKAGES =+ "gssdp-tools" |