]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-gst-3.0: do not call out to host gstreamer plugin scanner
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 3 Nov 2020 19:19:43 +0000 (20:19 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Nov 2020 16:52:34 +0000 (06:52 -1000)
This is host contamination and can also fail for all kinds of
reasons when running under usermode qemu.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fb60d0920b660dffb346b2212dc6f8ba2a0b9fde)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/clutter/clutter-gst-3.0.inc

index fc3eade886758737294aa60651a50f4c0b68040f..7d9db1f38cf4af51d1f20738813294fc7765ee18 100644 (file)
@@ -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"