diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2020-10-29 14:27:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-31 08:54:12 +0000 |
commit | cfe5e853989a84c710a19c8df8da3cc4a4077977 (patch) | |
tree | 89c4057d22ef0f4de7184a341db0e7a05e3ceb8a /meta | |
parent | 202648ec264cbc508786ef73c643bbd493c11c01 (diff) | |
download | poky-cfe5e853989a84c710a19c8df8da3cc4a4077977.tar.gz |
gstreamer1.0-python: install append is not need any more
(From OE-Core rev: e49dea3064e012825c6049ebfcfc8b0f3a6b8e22)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | } | ||