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.inc26
1 files changed, 26 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..c516a40f1
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc
@@ -0,0 +1,26 @@
1DESCRIPTION = "gvfs is a userspace virtual filesystem"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
4
5inherit gnome
6
7INC_PR = "r0"
8
9GNOME_COMPRESS_TYPE = "xz"
10
11SRC_URI[archive.md5sum] = "0c968704be003d2f6eab29388c41664e"
12SRC_URI[archive.sha256sum] = "cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288"
13SRC_URI += " \
14 file://0001-Revert-Respect-UDISKS_AUTOMOUNT_HINT-available-in-re.patch \
15 file://0002-Adapt-to-GLib-2.31-deprecations-and-thread-API-chang.patch \
16 file://0003-Adapt-to-glib-mutex-API-changes.patch \
17 file://0004-Adapt-to-glib-thread-API-changes.patch \
18 file://0005-client-gdaemonfile.c-replace-g_memmove-by-memmove.patch \
19"
20
21EXTRA_OECONF = "--with-archive-includes=${STAGING_INCDIR} \
22 --with-archive-libs=${STAGING_LIBDIR} \
23"
24
25FILES_${PN} += "${datadir}/dbus-1/services/*"
26