mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
clutter-gst-3.0: do not call out to host gstreamer plugin scanner
This is host contamination and can also fail for all kinds of reasons when running under usermode qemu. (From OE-Core rev: fb60d0920b660dffb346b2212dc6f8ba2a0b9fde) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ec37a2be66
commit
07c2be331a
@@ -6,6 +6,8 @@ inherit clutter features_check upstream-version-is-even gobject-introspection
|
||||
# depends on clutter-1.0 which depends on cogl-1.0
|
||||
REQUIRED_DISTRO_FEATURES ?= "opengl"
|
||||
|
||||
export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
||||
|
||||
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
||||
|
||||
DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
|
||||
|
||||
Reference in New Issue
Block a user