mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
gvfs 1.8.2: enable gphoto2 support, fix sftp packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -2,8 +2,11 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem"
|
|||||||
LICENSE = "LGPLv2"
|
LICENSE = "LGPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||||
|
|
||||||
DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf"
|
DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
|
||||||
# optional: gphoto2 obexftp libcdio libimobiledevice samba
|
# optional: obexftp libcdio libimobiledevice samba
|
||||||
|
# building against gnome-disk-utility is also possible, but brings dependency loops :(
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562"
|
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-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount"
|
||||||
FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount"
|
FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount"
|
||||||
|
|
||||||
|
RRECOMMENDS_gvfs-sftp += "openssh-sftp"
|
||||||
|
|||||||
Reference in New Issue
Block a user