mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
202648ec26
commit
cfe5e85398
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user