[oe-commits] Martin Jansa : gvfs: Add PACKAGECONFIG for fuse and disable it by default

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:50 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 25376d50d83b969a78255d1fa42b0b24422c1299
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=25376d50d83b969a78255d1fa42b0b24422c1299

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Aug 16 15:16:13 2013 +0200

gvfs: Add PACKAGECONFIG for fuse and disable it by default

* fuse was moved to meta-filesystems, so disable fuse by default

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
index cab0d34..d9a054b 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
@@ -1,6 +1,6 @@
 require gvfs.inc
 
-DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
+DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2"
 # optional: obexftp libcdio libimobiledevice 
 
 PR = "${INC_PR}.0"
@@ -26,3 +26,5 @@ PACKAGECONFIG ?= "${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba',
 
 PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \
                         --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba"
+# needs meta-filesystems
+PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse"



More information about the Openembedded-commits mailing list