summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-16 19:40:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:48 +0100
commit848a16c6ee94b92b1f3cfdcdf088c61e30737b0a (patch)
tree670fead5127e7c141695c8192e7706a73ac2e0ff /meta/recipes-multimedia/gstreamer
parent1ee93dc114df26d94310682e6a632327e8bce062 (diff)
downloadpoky-848a16c6ee94b92b1f3cfdcdf088c61e30737b0a.tar.gz
gstreamer1.0-python: mandate gobject-introspection-data DISTRO_FEATURE
This layers on top of python3-pygobject, which needs gobject-introspection to work. (From OE-Core rev: 4ea25d10cbaf90fb928587691addc92c177ca135) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.2.bb4
1 files changed, 3 insertions, 1 deletions
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 52d987eee5..ab1600db41 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 += "\
23 -Dlibpython-dir=${libdir} \ 23 -Dlibpython-dir=${libdir} \
24" 24"
25 25
26inherit meson pkgconfig setuptools3-base upstream-version-is-even 26inherit meson pkgconfig setuptools3-base upstream-version-is-even features_check
27 27
28FILES:${PN} += "${libdir}/gstreamer-1.0" 28FILES:${PN} += "${libdir}/gstreamer-1.0"
29
30REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"