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/recipes-connectivity | |
parent | cdc640f82208c71eba8ba2b4c88c2f31f7556f36 (diff) | |
download | openembedded-core-0284df3926c1b9603504da5fbe0d26c3cc697223.tar.gz openembedded-core-0284df3926c1b9603504da5fbe0d26c3cc697223.tar.bz2 openembedded-core-0284df3926c1b9603504da5fbe0d26c3cc697223.zip |
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/recipes-connectivity')
-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" SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" -EXTRA_OECONF = "--disable-introspection" - inherit autotools pkgconfig PACKAGES =+ "gssdp-tools" |