From patchwork Sun Dec 23 12:21:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,23/30] gvfs: disable afc Date: Sun, 23 Dec 2012 12:21:48 -0000 From: Martin Jansa X-Patchwork-Id: 41565 Message-Id: <7cdb69157e2a1ff456fa0850b646c5b95f7bfd26.1356264861.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 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 index 1ee6d6d..48373bc 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb @@ -3,10 +3,11 @@ require gvfs.inc DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" # optional: obexftp libcdio libimobiledevice -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" # in case of gnome-disk-utility was alresdy built: avoid double files -EXTRA_OECONF += "--disable-gdu" +# afc is enabled when it detects libimobiledevice +EXTRA_OECONF += "--disable-gdu --disable-afc" PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"