diff mbox series

[meta-gnome] Fix warning : lack of whitespace around assignment

Message ID 20250403203609.287005-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-gnome] Fix warning : lack of whitespace around assignment | expand

Commit Message

Jason Schonberg April 3, 2025, 8:36 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb        | 2 +-
 meta-gnome/recipes-gnome/gdm/gdm_48.0.bb                        | 2 +-
 .../recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb     | 2 +-
 meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb                | 2 +-
 meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb              | 2 +-
 .../libcloudproviders/libcloudproviders_0.3.6.bb                | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
index 496e0dc7ae..050f6803c7 100644
--- a/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
+++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "An archive manager utility for the  GNOME Environment"
-LICENSE="GPL-2.0-only"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_48.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_48.0.bb
index eea4196c80..1c8076e6c7 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_48.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_48.0.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "GNOME Display Manager"
-LICENSE="GPL-2.0-only"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS = " \
diff --git a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
index 8e4b238b85..07d631bccb 100644
--- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "This is gnome-user-share 43.0, a system for easy sharing of user files."
-LICENSE="GPL-2.0-only"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb
index ed5382035f..8e82b86285 100644
--- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb
+++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "Image viewer and browser"
-LICENSE="GPL-2.0-only"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 DEPENDS = " \
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb
index 4b9f9fcf26..5f239a6c6b 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.0.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "File manager for GNOME"
 SECTION = "x11/gnome"
 
-LICENSE="GPL-3.0-only"
+LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
 
 
diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb
index f5660b5267..7ea7c50462 100644
--- a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb
+++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services."
-LICENSE="LGPL-3.0-or-later"
+LICENSE = "LGPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
 VALA_MESON_OPTION ?= 'vapigen'