From: Ross Burton Date: Tue, 16 May 2023 18:40:31 +0000 (+0100) Subject: gstreamer1.0-python: mandate gobject-introspection-data DISTRO_FEATURE X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~923 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ea25d10cbaf90fb928587691addc92c177ca135;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-python: mandate gobject-introspection-data DISTRO_FEATURE This layers on top of python3-pygobject, which needs gobject-introspection to work. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.2.bb index 52d987eee5a..ab1600db411 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.2.bb @@ -23,6 +23,8 @@ EXTRA_OEMESON += "\ -Dlibpython-dir=${libdir} \ " -inherit meson pkgconfig setuptools3-base upstream-version-is-even +inherit meson pkgconfig setuptools3-base upstream-version-is-even features_check FILES:${PN} += "${libdir}/gstreamer-1.0" + +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"