diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 18:30:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 19:46:28 +0100 |
commit | 7442b1c590b0ffedfa24a5abe0452294915ef8e6 (patch) | |
tree | bd8d2163e2852df34e7afe0b52be4caafa7ed960 /meta-gnome | |
parent | a16bd460324552dd0107cde4e915baf579d88627 (diff) | |
download | meta-openembedded-7442b1c590b0ffedfa24a5abe0452294915ef8e6.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/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 1939f09f2..f52e3382d 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" | |||
4 | 4 | ||
5 | DEPENDS = "gvfs gnome-disk-utility" | 5 | DEPENDS = "gvfs gnome-disk-utility" |
6 | 6 | ||
7 | PR = "${INC_PR}.3" | 7 | PR = "${INC_PR}.4" |
8 | 8 | ||
9 | # we need gdu files only: reduce files to delete in libexecdir | 9 | # we need gdu files only: reduce files to delete in libexecdir |
10 | EXTRA_OECONF += "--disable-gphoto2" | 10 | EXTRA_OECONF += "--disable-gphoto2 --disable-afc" |
11 | 11 | ||
12 | do_install_append() { | 12 | do_install_append() { |
13 | rm -rf ${D}${sysconfdir} | 13 | rm -rf ${D}${sysconfdir} |