diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs.inc')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs.inc | 19 |
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 0000000000..b6a0526f4c --- /dev/null +++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "gvfs is a userspace virtual filesystem" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
| 4 | |||
| 5 | inherit gnome | ||
| 6 | |||
| 7 | INC_PR = "r6" | ||
| 8 | |||
| 9 | SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" | ||
| 10 | SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" | ||
| 11 | |||
| 12 | EXTRA_OECONF = "--disable-samba \ | ||
| 13 | --with-samba-includes=${STAGING_INCDIR} \ | ||
| 14 | --with-samba-libs=${STAGING_LIBDIR} \ | ||
| 15 | --with-archive-includes=${STAGING_INCDIR} \ | ||
| 16 | " | ||
| 17 | |||
| 18 | FILES_${PN} += "${datadir}/dbus-1/services/*" | ||
| 19 | |||
