aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs
AgeCommit message (Collapse)Author
2012-11-13gvfs-gdu-volume-monitor: fix build after oe-core's libexecdir transitionAndreas Müller
tests: * buildhistory check with libexecdir = /usr/libexec * run test with libexecdir = /usr/lib/${BPN}
2012-11-13gvfs: fix buildAndreas Müller
error message was for build from scratch and latest heads: | ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | Rerun configure task after fixing this. The path was '/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gvfs-1.8.2-r7.0/gvfs-1.8.2' | ERROR: Function failed: do_qa_configure Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-05-16gvfs: fix buildAndreas Müller
Error message was: | In file included from gvfsfusedaemon.c:44:0: | /home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/glib/gurifuncs.h:24:2: error: #error "Only <glib.h> can be included directly." Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09gvfs-gdu-volume-monitor 1.8.2: remove conflicting filesKoen Kooi
* check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml But that file is already provided by package * gvfs * check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml But that file is already provided by package * gvfs * check_data_file_clashes: Package gvfs-gdu-volume-monitor wants to install file /usr/share/GConf/gsettings/gvfs-dns-sd.convert But that file is already provided by package * gvfs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-06gvfs: add missing dep on libsoup 2.4Koen Kooi
| ./gvfsbackendhttp.h:28:26: fatal error: libsoup/soup.h: No such file or directory | compilation terminated. | make[4]: *** [gvfsd_dav-daemon-main-generic.o] Error 1 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-09gvfs: rework and add recipe for gvfs-gdu-volume-monitorAndreas Müller
To make gvfs work with removable devices/volumes, gvfs-gdu-volume-monitor ( gdu = gnome-disk-utility ) is required. During a build from scratch gvfs-configure disables gdu because it can not find gnome-disk-utility. It can not be added to gvfs DEPENDS because this causes circular dependencies: nautilus DEPENDS gvfs gvfs DEPENDS gnome-disk-utility gnome-disk-utility DEPENDS nautilus The solution is a new recipe for gvfs-gdu-volume-monitor. To reduce maintenance efforts and to ensure that gvfs-gdu-volume-monitor is build under same conditions as gvfs, as much settings as possible were moved to gvfs.inc. INC_PR is started at 6 to ensure rebuilding. run-tested for incremental build and build from scratch. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-23gvfs 1.8.2: fix sftp RRECOMMENDSKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-17gvfs 1.8.2: disable samba, it causes an OOMKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-20gvfs: Fix paths in subpacks gvfsd-ftp / gvfsd-sftp / gvfsd-trashAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13gvfs: the sftp plugin only works with openssh-sshKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13gvfs 1.8.2: enable samba supportKoen Kooi
This only drags in libsmbclient, not the complete samba packageset Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13gvfs 1.8.2: enable gphoto2 support, fix sftp packagingKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-10gvfs: add 1.8.2Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>