mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 22:07:23 +00:00
gvfs: stylize DEPENDS
Use multiline styling in the gvfs DEPENDS variable assignment, so that diffs are easier to understand. Also alpha-sort the DEPENDS, since their order isn't meaningful. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9e725dfee3a6fa6d8efef9522a787b9b4893bafc) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
a03014e28c
commit
77a5621e44
@ -5,8 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd
|
||||
|
||||
DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
|
||||
gsettings-desktop-schemas dbus"
|
||||
DEPENDS += "\
|
||||
dbus \
|
||||
glib-2.0 \
|
||||
glib-2.0-native \
|
||||
gsettings-desktop-schemas \
|
||||
libgudev \
|
||||
libsecret \
|
||||
shadow-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user