From 7442b1c590b0ffedfa24a5abe0452294915ef8e6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 23 Dec 2012 18:30:07 +0100 Subject: gvfs-gdu-volume-monitor: disable afc to fix build * sometimes it autodetects libimobiledevice and fails to build: | gvfsbackendafc.c: In function '_idevice_event_cb': | gvfsbackendafc.c:352:25: error: 'idevice_event_t' has no member named 'uuid' Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb index 1939f09f23..f52e3382d3 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb @@ -4,10 +4,10 @@ BPN = "gvfs" DEPENDS = "gvfs gnome-disk-utility" -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" # we need gdu files only: reduce files to delete in libexecdir -EXTRA_OECONF += "--disable-gphoto2" +EXTRA_OECONF += "--disable-gphoto2 --disable-afc" do_install_append() { rm -rf ${D}${sysconfdir} -- cgit 1.2.3-korg