mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
d51084073d
commit
838a8ae9ca
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = " \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = " \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user