[oe-commits] Martin Jansa : gvfs-gdu-volume-monitor: disable afc to fix build

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:35 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Dec 23 18:30:07 2012 +0100

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 <Martin.Jansa at gmail.com>

---

 .../gvfs/gvfs-gdu-volume-monitor_1.8.2.bb          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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 1939f09..f52e338 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}





More information about the Openembedded-commits mailing list