diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-04-03 16:36:08 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-04 19:18:47 -0700 |
commit | 838a8ae9caa3be9436bc92c2260f68a61d31684c (patch) | |
tree | 30adcc4b45f4364d7c7218742cd259c3959e94ea | |
parent | d51084073d2441ed3ce2d2352af8c3d1f10693db (diff) | |
download | meta-openembedded-838a8ae9caa3be9436bc92c2260f68a61d31684c.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>
6 files changed, 6 insertions, 6 deletions
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 @@ | |||
1 | SUMMARY = "An archive manager utility for the GNOME Environment" | 1 | SUMMARY = "An archive manager utility for the GNOME Environment" |
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | 5 | ||
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 @@ | |||
1 | SUMMARY = "GNOME Display Manager" | 1 | SUMMARY = "GNOME Display Manager" |
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | 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 @@ | |||
1 | SUMMARY = "This is gnome-user-share 43.0, a system for easy sharing of user files." | 1 | SUMMARY = "This is gnome-user-share 43.0, a system for easy sharing of user files." |
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | 4 | ||
5 | 5 | ||
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 @@ | |||
1 | SUMMARY = "Image viewer and browser" | 1 | SUMMARY = "Image viewer and browser" |
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | 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 @@ | |||
1 | SUMMARY = "File manager for GNOME" | 1 | SUMMARY = "File manager for GNOME" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | 3 | ||
4 | LICENSE="GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | 7 | ||
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 @@ | |||
1 | SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." | 1 | SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." |
2 | LICENSE="LGPL-3.0-or-later" | 2 | LICENSE = "LGPL-3.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
4 | 4 | ||
5 | VALA_MESON_OPTION ?= 'vapigen' | 5 | VALA_MESON_OPTION ?= 'vapigen' |