summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-12 13:03:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-13 16:11:27 +0000
commit29249b6bc741ce73c50d60b75f99b31ca7450519 (patch)
tree71c75b352cad2b762d7a28294f96528b075791db /meta/recipes-multimedia
parent33708f024d9b8b273dfe6d5b602f193c0f6a0878 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb12
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
23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
24GIR_MESON_OPTION = ""
24 25
25inherit meson pkgconfig distutils3-base upstream-version-is-even features_check 26inherit 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.
29DEPENDS: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.
33DEPENDS:append:class-native = " gobject-introspection-native"
34DEPENDS:append:class-nativesdk = " gobject-introspection-native"