summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs/gvfs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs.inc')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs.inc b/meta-gnome/recipes-gnome/gvfs/gvfs.inc
new file mode 100644
index 000000000..b6a0526f4
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc
@@ -0,0 +1,19 @@
1DESCRIPTION = "gvfs is a userspace virtual filesystem"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
4
5inherit gnome
6
7INC_PR = "r6"
8
9SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562"
10SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345"
11
12EXTRA_OECONF = "--disable-samba \
13 --with-samba-includes=${STAGING_INCDIR} \
14 --with-samba-libs=${STAGING_LIBDIR} \
15 --with-archive-includes=${STAGING_INCDIR} \
16 "
17
18FILES_${PN} += "${datadir}/dbus-1/services/*"
19