diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-19 20:30:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-20 15:18:30 +0000 |
commit | 9b4396e476469e31469417d3752d71f9373e9b76 (patch) | |
tree | 64179de506a5f04ca4db8b27df8a46151c911c91 /meta/recipes-multimedia | |
parent | 8f7058f6834a6627437da069018e6442df3f9548 (diff) | |
download | poky-9b4396e476469e31469417d3752d71f9373e9b76.tar.gz |
gstreamer1.0-python: do not require introspection during builds
Somewhere along the way this ceased to be a build requirement;
I have verified that the recipe installs the same set
of identical files with and without introspection enabled and
present in sysroot.
(From OE-Core rev: 32283136eaad7631c5253b8da538b747666d2705)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb index b6782a842d..6df84a6251 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb | |||
@@ -23,8 +23,4 @@ EXTRA_OEMESON += "\ | |||
23 | -Dlibpython-dir=${libdir} \ | 23 | -Dlibpython-dir=${libdir} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | # gobject-introspection is mandatory and cannot be configured | 26 | inherit meson pkgconfig setuptools3-base upstream-version-is-even |
27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
28 | GIR_MESON_OPTION = "" | ||
29 | |||
30 | inherit meson pkgconfig setuptools3-base upstream-version-is-even gobject-introspection features_check | ||