diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 09:23:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 09:26:43 +0200 |
commit | 69fd0f67c4de99d01b643e32858565d40eaab803 (patch) | |
tree | 24fa76037abce1140f1a68048af48669b41ec728 /meta-gnome | |
parent | af3382bf3776af9812d68ba7d575ebd3e6a6c008 (diff) | |
download | meta-openembedded-69fd0f67c4de99d01b643e32858565d40eaab803.tar.gz |
gvfs: add 1.8.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 23 |
1 files changed, 23 insertions, 0 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 new file mode 100644 index 000000000..e9291276e --- /dev/null +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "gvfs is a userspace virtual filesystem" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | |||
5 | DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf" | ||
6 | # optional: gphoto2 obexftp libcdio libimobiledevice samba | ||
7 | |||
8 | inherit gnome | ||
9 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | ||
10 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" | ||
11 | |||
12 | EXTRA_OECONF = "--enable-samba --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}" | ||
13 | |||
14 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/dbus-1/services/* ${datadir}/GConf ${datadir}/glib-2.0 ${libdir}/gio/modules/*.so" | ||
17 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" | ||
18 | FILES_${PN}-dev += "${libdir}/gio/modules/*.la" | ||
19 | |||
20 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${sysconfdir}/gvfs/mounts/ftp.mount" | ||
21 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${sysconfdir}/gvfs/mounts/sftp.mount" | ||
22 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${sysconfdir}/gvfs/mounts/trash.mount" | ||
23 | |||