aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-13 12:12:30 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-13 12:12:30 +0200
commit2ccf9373c1d8e03cad11b06ac2b4fe545e92f604 (patch)
tree58b8247c7c16b97526d3b47cb35f2b12881109f0 /meta-gnome/recipes-gnome/gvfs
parent670fe1cb4ddc951c02e2fb6d642e218e2cba1b6c (diff)
downloadmeta-openembedded-contrib-2ccf9373c1d8e03cad11b06ac2b4fe545e92f604.tar.gz
gvfs 1.8.2: enable gphoto2 support, fix sftp packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
index e9291276e2..c73f5fee43 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
@@ -2,8 +2,11 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf"
-# optional: gphoto2 obexftp libcdio libimobiledevice samba
+DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
+# optional: obexftp libcdio libimobiledevice samba
+# building against gnome-disk-utility is also possible, but brings dependency loops :(
+
+PR = "r1"
inherit gnome
SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562"
@@ -21,3 +24,4 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount"
FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount"
FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount"
+RRECOMMENDS_gvfs-sftp += "openssh-sftp"