diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 11:12:31 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 11:17:08 +0100 |
commit | 7cdb69157e2a1ff456fa0850b646c5b95f7bfd26 (patch) | |
tree | 797bf441a1467b721aca4e4eec8b129a33fbd88c /meta-gnome | |
parent | 8b9178edd14eb63e3b6204ede2f7c8e9752827ee (diff) | |
download | meta-openembedded-7cdb69157e2a1ff456fa0850b646c5b95f7bfd26.tar.gz |
gvfs: disable afc
* it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb index 1ee6d6d14..48373bc3b 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | |||
@@ -3,10 +3,11 @@ require gvfs.inc | |||
3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" |
4 | # optional: obexftp libcdio libimobiledevice | 4 | # optional: obexftp libcdio libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.1" |
7 | 7 | ||
8 | # in case of gnome-disk-utility was alresdy built: avoid double files | 8 | # in case of gnome-disk-utility was alresdy built: avoid double files |
9 | EXTRA_OECONF += "--disable-gdu" | 9 | # afc is enabled when it detects libimobiledevice |
10 | EXTRA_OECONF += "--disable-gdu --disable-afc" | ||
10 | 11 | ||
11 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | 12 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" |
12 | 13 | ||