Fix warning : lack of whitespace around assignment

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jason Schonberg 2025-04-09 16:25:06 -04:00 committed by Khem Raj
parent b6d13f8108
commit 2c1a7f9bf0
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"