summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-03 20:19:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 10:44:34 +0000
commit4c90fb0c553acd0e621fb70b34244425418e0ed7 (patch)
tree471efcf239fd02f0be3b09ee2f11baf707f08fdb
parent20d036e8156a5d319785d01cd5da7d62d6278f13 (diff)
downloadpoky-4c90fb0c553acd0e621fb70b34244425418e0ed7.tar.gz
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: a88495acd867ba1268428cebe0d2d6c672d24b38) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst-3.0.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
index fc3eade886..7d9db1f38c 100644
--- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
+++ b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
@@ -6,6 +6,8 @@ inherit clutter features_check upstream-version-is-even gobject-introspection
6# depends on clutter-1.0 which depends on cogl-1.0 6# depends on clutter-1.0 which depends on cogl-1.0
7REQUIRED_DISTRO_FEATURES ?= "opengl" 7REQUIRED_DISTRO_FEATURES ?= "opengl"
8 8
9export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
10
9SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" 11SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
10 12
11DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" 13DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"