diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 12:12:30 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-13 12:12:30 +0200 |
| commit | 2ccf9373c1d8e03cad11b06ac2b4fe545e92f604 (patch) | |
| tree | 58b8247c7c16b97526d3b47cb35f2b12881109f0 | |
| parent | 670fe1cb4ddc951c02e2fb6d642e218e2cba1b6c (diff) | |
| download | meta-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.bb | 8 |
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" | |||
| 2 | LICENSE = "LGPLv2" | 2 | LICENSE = "LGPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 4 | 4 | ||
| 5 | DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf" | 5 | DEPENDS = "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 | |||
| 9 | PR = "r1" | ||
| 7 | 10 | ||
| 8 | inherit gnome | 11 | inherit gnome |
| 9 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | 12 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" |
| @@ -21,3 +24,4 @@ FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" | |||
| 21 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" | 24 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" |
| 22 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" | 25 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" |
| 23 | 26 | ||
| 27 | RRECOMMENDS_gvfs-sftp += "openssh-sftp" | ||
