diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | c92ab86550eeb022c7deadd0b5c0d2fb23bd211b (patch) | |
tree | f1a1dcc40217bd2e36e32e5b0f76f174edbfbe81 /meta/recipes-multimedia | |
parent | cb71f2ee5cc04eb89098af81435a8ae0a7b6afc0 (diff) | |
download | poky-c92ab86550eeb022c7deadd0b5c0d2fb23bd211b.tar.gz |
gstreamer1.0-python: inherit setuptools3-base
Drop distutils3-base usage as it is now deprecated.
[YOCTO #14610]
(From OE-Core rev: 74ed892dbcc074ba7208f3c5bf1d7c094fbcb5e3)
Signed-off-by: Tim Orling <tim.orling@konsulko.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.bb | 2 |
1 files changed, 1 insertions, 1 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 045aea4409..1dd7d0d09a 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 | |||
@@ -23,4 +23,4 @@ EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" | |||
23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
24 | GIR_MESON_OPTION = "" | 24 | GIR_MESON_OPTION = "" |
25 | 25 | ||
26 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check | 26 | inherit meson pkgconfig setuptools3-base upstream-version-is-even gobject-introspection features_check |