summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:09:02 +0000
commitc92ab86550eeb022c7deadd0b5c0d2fb23bd211b (patch)
treef1a1dcc40217bd2e36e32e5b0f76f174edbfbe81 /meta/recipes-multimedia/gstreamer
parentcb71f2ee5cc04eb89098af81435a8ae0a7b6afc0 (diff)
downloadpoky-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/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb2
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}"
23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 23REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
24GIR_MESON_OPTION = "" 24GIR_MESON_OPTION = ""
25 25
26inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check 26inherit meson pkgconfig setuptools3-base upstream-version-is-even gobject-introspection features_check