Message ID | 20250409202506.235676-1-schonm@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-gnome] Fix warning : lack of whitespace around assignment | expand |
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc index 1329f7fc50..ce6f3c521f 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc @@ -13,7 +13,7 @@ REQUIRED_DISTRO_FEATURES ?= "opengl" # Needed for introspection.m4 EXTRA_AUTORECONF += "-I m4" -export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" +export GST_PLUGIN_SCANNER_1_0 = "${S}/gst-plugin-scanner-dummy" SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
Signed-off-by: Jason Schonberg <schonm@gmail.com> --- meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)