summaryrefslogtreecommitdiffstats
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
parent670fe1cb4ddc951c02e2fb6d642e218e2cba1b6c (diff)
downloadmeta-openembedded-2ccf9373c1d8e03cad11b06ac2b4fe545e92f604.tar.gz
gvfs 1.8.2: enable gphoto2 support, fix sftp packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 e9291276e..c73f5fee4 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"
2LICENSE = "LGPLv2" 2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 3LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
4 4
5DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf" 5DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
6# optional: gphoto2 obexftp libcdio libimobiledevice samba 6# optional: obexftp libcdio libimobiledevice samba
7# building against gnome-disk-utility is also possible, but brings dependency loops :(
8
9PR = "r1"
7 10
8inherit gnome 11inherit gnome
9SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" 12SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562"
@@ -21,3 +24,4 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount"
21FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" 24FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount"
22FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" 25FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount"
23 26
27RRECOMMENDS_gvfs-sftp += "openssh-sftp"