ソースを参照

Fix warning : lack of whitespace around assignment

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Jason Schonberg 6 ヶ月 前
コミット
2c1a7f9bf0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc

+ 1 - 1
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"