diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-04-09 16:25:06 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 08:31:04 -0700 |
commit | 2c1a7f9bf0e345a76ca4781fe416dde6469c6d1c (patch) | |
tree | 0f59d7274d53b8c2ca182d0476a73fa5087c94bb | |
parent | b6d13f81087cd97d79f7ee1149e897ca37ee5aaa (diff) | |
download | meta-openembedded-2c1a7f9bf0e345a76ca4781fe416dde6469c6d1c.tar.gz |
Fix warning : lack of whitespace around assignment
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
13 | # Needed for introspection.m4 | 13 | # Needed for introspection.m4 |
14 | EXTRA_AUTORECONF += "-I m4" | 14 | EXTRA_AUTORECONF += "-I m4" |
15 | 15 | ||
16 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" | 16 | export GST_PLUGIN_SCANNER_1_0 = "${S}/gst-plugin-scanner-dummy" |
17 | 17 | ||
18 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 18 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
19 | 19 | ||