diff --git a/recipes-gstreamer/gstreamer-0.10/gst-plugins-base_0.10.36.bb b/recipes-gstreamer/gstreamer-0.10/gst-plugins-base_0.10.36.bb index f235464..8ec304e 100644 --- a/recipes-gstreamer/gstreamer-0.10/gst-plugins-base_0.10.36.bb +++ b/recipes-gstreamer/gstreamer-0.10/gst-plugins-base_0.10.36.bb @@ -19,7 +19,9 @@ SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321 PR = "r8" -inherit gettext +inherit gettext gobject-introspection + +GI_DATA_ENABLED = 'False' EXTRA_OECONF += "--disable-freetypetest" diff --git a/recipes-gstreamer/gstreamer-0.10/gst-plugins.inc b/recipes-gstreamer/gstreamer-0.10/gst-plugins.inc index 6e163a8..3751b0e 100644 --- a/recipes-gstreamer/gstreamer-0.10/gst-plugins.inc +++ b/recipes-gstreamer/gstreamer-0.10/gst-plugins.inc @@ -4,13 +4,12 @@ BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" SECTION = "multimedia" DEPENDS = "gstreamer" -# gobject-introspection to get --disable-introspection into UNKNOWN_CONFIGURE_WHITELIST -inherit autotools pkgconfig gobject-introspection +inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" GSTREAMER_DEBUG ?= "--disable-debug" -EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection" +EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples" acpaths = "-I ${S}/common/m4 -I ${S}/m4"