diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 20:20:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 20:20:15 +0200 |
commit | 797fc635c1a693abb07392a22e0b001bc331f633 (patch) | |
tree | 928d749b21604ad98a29af2e3e3174ff6100676a /meta-gnome/recipes-gnome | |
parent | 8a4ffd6306771142f2b2a0372f996fae049b8026 (diff) | |
download | meta-openembedded-797fc635c1a693abb07392a22e0b001bc331f633.tar.gz |
gvfs: the sftp plugin only works with openssh-ssh
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 4 |
1 files changed, 2 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 624be3e43..67854199f 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "samba gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | |||
6 | # optional: obexftp libcdio libimobiledevice | 6 | # optional: obexftp libcdio libimobiledevice |
7 | # building against gnome-disk-utility is also possible, but brings dependency loops :( | 7 | # building against gnome-disk-utility is also possible, but brings dependency loops :( |
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | inherit gnome | 11 | inherit gnome |
12 | 12 | ||
@@ -29,4 +29,4 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" | |||
29 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" | 29 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" |
30 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" | 30 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" |
31 | 31 | ||
32 | RRECOMMENDS_gvfs-sftp += "openssh-sftp" | 32 | RRECOMMENDS_gvfs-sftp += "openssh-sftp openssh-ssh" |