| Submitter | Martin Jansa |
|---|---|
| Date | Dec. 23, 2012, 8:18 p.m. |
| Message ID | <f0528a3f6ccba54d50e50e85f66a18339706d587.1356293852.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/41599/ |
| State | Accepted |
| Commit | 7442b1c590b0ffedfa24a5abe0452294915ef8e6 |
| Headers | show |
Comments
Patch
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}
* 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@gmail.com> --- meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)