[PATCH 1/2] swupdate.inc: fix variable assignment whitespace

32 views
Skip to first unread message

Jan Vermaete

unread,
Apr 20, 2025, 7:15:37 AM4/20/25
to swup...@googlegroups.com, Jan Vermaete
meta-swupdate/recipes-support/swupdate/swupdate.inc:1 has a lack of whitespace around the assignment: 'SUMMARY="Image updater for Yocto projects"'
meta-swupdate/recipes-support/swupdate/swupdate.inc:3 has a lack of whitespace around the assignment: 'SECTION="swupdate"'

Signed-off-by: Jan Vermaete <jan.ve...@gmail.com>
---
recipes-support/swupdate/swupdate.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index 44754f2..c1bca4e 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -1,6 +1,6 @@
-SUMMARY="Image updater for Yocto projects"
+SUMMARY = "Image updater for Yocto projects"
DESCRIPTION = "Application for automatic software update from USB Pen"
-SECTION="swupdate"
+SECTION = "swupdate"
DEPENDS += "libconfig zlib libubootenv json-c"

# SWUpdate licensing is described in the following pages:
--
2.39.5

Jan Vermaete

unread,
Apr 20, 2025, 7:15:37 AM4/20/25
to swup...@googlegroups.com, Jan Vermaete
Signed-off-by: Jan Vermaete <jan.ve...@gmail.com>
---
recipes-support/rescuegui/rescuegui_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-support/rescuegui/rescuegui_git.bb b/recipes-support/rescuegui/rescuegui_git.bb
index 77e3c12..7dad2bb 100644
--- a/recipes-support/rescuegui/rescuegui_git.bb
+++ b/recipes-support/rescuegui/rescuegui_git.bb
@@ -1,7 +1,7 @@
-SUMMARY="Simple GUI for SWUpdate in rescue mode"
+SUMMARY = "Simple GUI for SWUpdate in rescue mode"
DESCRIPTION = "This is a simple GUI that allows to set network addresses \
and start an install from local media. It shows progress on the HMI"
-SECTION="swupdate"
+SECTION = "swupdate"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"

--
2.39.5

Reply all
Reply to author
Forward
0 new messages