]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gst-plugins: move 'inherit gobject-introspection' to recipes supporting GI
authorAndreas Müller <schnitzeltony@gmail.com>
Fri, 5 Apr 2019 06:37:36 +0000 (08:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2019 14:26:25 +0000 (15:26 +0100)
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>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index 4987be865b241e480404dbbf935cc5f36011e307..23d093d47c9260e8a97cfeac986627409c1d22ea 100644 (file)
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
 
 DEPENDS += "gstreamer1.0-plugins-base"
 
-inherit gettext bluetooth
+inherit gettext bluetooth gobject-introspection
 
 PACKAGECONFIG ??= " \
     ${GSTREAMER_ORC} \
index 12c9bbce9da0a87dd517e5443142b28baa0d45eb..f3e6daf564cb599eea58c6d1ad64ef936237d86d 100644 (file)
@@ -28,7 +28,7 @@ S = "${WORKDIR}/gst-plugins-base-${PV}"
 
 DEPENDS += "iso-codes util-linux"
 
-inherit gettext
+inherit gettext gobject-introspection
 
 PACKAGES_DYNAMIC =+ "^libgst.*"
 
index 5906e4ad366ea8cc920f0119cae1447a62de35bf..bc24b05fec96bd72fad134b7ddab1504e4141b61 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "gstreamer1.0 glib-2.0-native"
 
 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"