Now that whitelisting for unknown configure options was removed in
gobject-introspection.bbclass gstreamer1.0-plugins-ugly/-good start complaining
| ERROR: gstreamer1.0-plugins-ugly-1.14.4-r0 do_configure: QA Issue: gstreamer1.0-plugins-ugly: configure was passed unrecognised options: --enable-introspection [unknown-configure-option]
| ERROR: gstreamer1.0-plugins-good-1.14.4-r0 do_configure: QA Issue: gstreamer1.0-plugins-good: configure was passed unrecognised options: --enable-introspection [unknown-configure-option]
So let only those gst-plugin recipes inherit gobject-introspection whose sources
support GI.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
DEPENDS += "gstreamer1.0-plugins-base"
-inherit gettext bluetooth
+inherit gettext bluetooth gobject-introspection
PACKAGECONFIG ??= " \
${GSTREAMER_ORC} \
DEPENDS += "iso-codes util-linux"
-inherit gettext
+inherit gettext gobject-introspection
PACKAGES_DYNAMIC =+ "^libgst.*"
SRC_URI_append = " file://gtk-doc-tweaks.patch"
-inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc
+inherit autotools pkgconfig upstream-version-is-even gtk-doc
acpaths = "-I ${S}/common/m4 -I ${S}/m4"