aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-02-19 11:31:57 +0100
committerKoen Kooi <koen@openembedded.org>2011-02-19 11:36:10 +0100
commita73eb65b95af505364c32fe082bda42b0b0bc84b (patch)
treeb904b85d6602f1aeb2be6697a19a3919565fecac /recipes/gnome
parent09da7564ee2d8e6838079c9e0012fcd057528f11 (diff)
downloadopenembedded-a73eb65b95af505364c32fe082bda42b0b0bc84b.tar.gz
gvfs: add 1.7.2
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gvfs_1.7.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/gnome/gvfs_1.7.2.bb b/recipes/gnome/gvfs_1.7.2.bb
new file mode 100644
index 0000000000..189f655b68
--- /dev/null
+++ b/recipes/gnome/gvfs_1.7.2.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "gvfs is a userspace virtual filesystem"
+LICENSE = "LGPLv2"
+DEPENDS = "libcdio gawk-native libimobiledevice gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf samba gphoto2"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "d8a57290a5d090b07cd2f23914f20f4e"
+SRC_URI[archive.sha256sum] = "edea9b41ab8756c893528c398f609517adfd66b50a51d8e93b44c74febe310c0"
+
+EXTRA_OECONF = "--enable-samba --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}"
+
+PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
+
+FILES_${PN} += "${datadir}/dbus-1/services/* ${libdir}/gio/modules/*.so"
+FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*"
+FILES_${PN}-dev += "${libdir}/gio/modules/*.la"
+
+FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount"
+FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount"
+FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount"
+