diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-12 13:03:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-13 16:11:27 +0000 |
commit | 29249b6bc741ce73c50d60b75f99b31ca7450519 (patch) | |
tree | 71c75b352cad2b762d7a28294f96528b075791db /meta/recipes-multimedia/gstreamer | |
parent | 33708f024d9b8b273dfe6d5b602f193c0f6a0878 (diff) | |
download | poky-29249b6bc741ce73c50d60b75f99b31ca7450519.tar.gz |
gstreamer1.0-python: Improve introspection option handling
meson 0.60 turns unknown options into them hard errors. Disable
the addition of -Dintrospection using the new configuration option.
(From OE-Core rev: ad5666970bdca52b5b4db657c3291b51f4928d7c)
Signed-off-by: Khem Raj <raj.khem@gmail.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.18.5.bb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb index a32805d129..045aea4409 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb | |||
@@ -21,14 +21,6 @@ EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" | |||
21 | 21 | ||
22 | # gobject-introspection is mandatory and cannot be configured | 22 | # gobject-introspection is mandatory and cannot be configured |
23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
24 | GIR_MESON_OPTION = "" | ||
24 | 25 | ||
25 | inherit meson pkgconfig distutils3-base upstream-version-is-even features_check | 26 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check |
26 | |||
27 | # Generating introspection data depends on a combination of native and target | ||
28 | # introspection tools, and qemu to run the target tools. | ||
29 | DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" | ||
30 | |||
31 | # Even though introspection is disabled on -native, gobject-introspection package is still | ||
32 | # needed for m4 macros. | ||
33 | DEPENDS:append:class-native = " gobject-introspection-native" | ||
34 | DEPENDS:append:class-nativesdk = " gobject-introspection-native" | ||