mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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>
This commit is contained in:
@@ -5,8 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
|
|||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd
|
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 \
|
DEPENDS += "\
|
||||||
gsettings-desktop-schemas dbus"
|
dbus \
|
||||||
|
glib-2.0 \
|
||||||
|
glib-2.0-native \
|
||||||
|
gsettings-desktop-schemas \
|
||||||
|
libgudev \
|
||||||
|
libsecret \
|
||||||
|
shadow-native \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user