From 721de0c32f190ceb9f72789eacc5e4390fcbb106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 3 Apr 2019 19:22:43 +0200 Subject: [PATCH] gst-plugins: move 'inherit gobject-introspection' to recipes supporting GI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that whitelisting for unknown configure options was removed in gobject-introspection.bbclass gst-plugins-good starts complaining | ERROR: gst-plugins-good-0.10.31-r8 do_configure: QA Issue: gst-plugins-good: configure was passed unrecognised options: --disable-introspection [unknown-configure-option] Signed-off-by: Andreas Müller --- recipes-gstreamer/gstreamer-0.10/gst-plugins-base_0.10.36.bb | 4 +++- recipes-gstreamer/gstreamer-0.10/gst-plugins.inc | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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"