aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-24 15:01:33 +0300
committerKhem Raj <raj.khem@gmail.com>2019-07-26 14:29:17 -0700
commitbd526f7cc3a757b9b6d85a2ee1658950c53a5578 (patch)
tree74a7fc0c72802ea5448e003a138a1474ea42e6b6 /meta-gnome/recipes-gnome/gvfs
parentaa98f9eb73f801401ef8e138017266edc60cc13e (diff)
downloadmeta-openembedded-contrib-bd526f7cc3a757b9b6d85a2ee1658950c53a5578.tar.gz
meta-gnome: Inherit gnomebase instead of gnome
The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
index 3a4714a124..893379b526 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
@@ -3,9 +3,9 @@ LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
GNOMEBASEBUILDCLASS = "meson"
-inherit gnome bash-completion gettext upstream-version-is-even
+inherit gnomebase bash-completion gettext upstream-version-is-even
-DEPENDS += "libsecret glib-2.0 gconf libgudev shadow-native"
+DEPENDS += "libsecret glib-2.0 glib-2.0-native gconf libgudev shadow-native"
SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"