From e49dea3064e012825c6049ebfcfc8b0f3a6b8e22 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Thu, 29 Oct 2020 14:27:57 +0000 Subject: gstreamer1.0-python: install append is not need any more Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- .../gstreamer/gstreamer1.0-python_1.18.0.bb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb index f13f9c5a44..8ad6e15306 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb @@ -21,15 +21,3 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check - -do_install_append() { - - # Note that this particular find line is taken from the Debian packaging for - # gst-python1.0. - find "${D}" \ - -name '*.pyc' -o \ - -name '*.pyo' -o \ - -name '*.la' -o \ - -name 'libgstpythonplugin*' \ - -delete -} -- cgit 1.2.3-korg