mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user