diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb | 12 |
1 files changed, 0 insertions, 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" | |||
| 21 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 21 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" |
| 22 | 22 | ||
| 23 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check | 23 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check |
| 24 | |||
| 25 | do_install_append() { | ||
| 26 | |||
| 27 | # Note that this particular find line is taken from the Debian packaging for | ||
| 28 | # gst-python1.0. | ||
| 29 | find "${D}" \ | ||
| 30 | -name '*.pyc' -o \ | ||
| 31 | -name '*.pyo' -o \ | ||
| 32 | -name '*.la' -o \ | ||
| 33 | -name 'libgstpythonplugin*' \ | ||
| 34 | -delete | ||
| 35 | } | ||
