diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb new file mode 100644 index 0000000000..131c849480 --- /dev/null +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | require gvfs.inc | ||
| 2 | |||
| 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2 intltool-native" | ||
| 4 | # optional: obexftp libcdio libimobiledevice | ||
| 5 | |||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | # in case of gnome-disk-utility was alresdy built: avoid double files | ||
| 9 | # afc is enabled when it detects libimobiledevice | ||
| 10 | EXTRA_OECONF += "--disable-gdu --disable-afc" | ||
| 11 | |||
| 12 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | ||
| 13 | |||
| 14 | FILES_${PN} += "${datadir}/glib-2.0 ${datadir}/GConf ${libdir}/gio/modules/*.so" | ||
| 15 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" | ||
| 16 | FILES_${PN}-dev += "${libdir}/gio/modules/*.la" | ||
| 17 | |||
| 18 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" | ||
| 19 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" | ||
| 20 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" | ||
| 21 | |||
| 22 | RDEPENDS_${PN} = "gvfs-gdu-volume-monitor" | ||
| 23 | RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" | ||
| 24 | |||
| 25 | PACKAGECONFIG ?= "${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}" | ||
| 26 | |||
| 27 | PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ | ||
| 28 | --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba" | ||
| 29 | # needs meta-filesystems | ||
| 30 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" | ||
| 31 | PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive" | ||
| 32 | PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat" | ||
| 33 | PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio" | ||
