aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs/gvfs.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-10-30 11:04:23 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-01 14:24:52 +0100
commite927c88d6f83c30eec9ad973a0dbcd05f01b5a69 (patch)
tree0aedc408ae0f95ee4c638dc3922775a0516ec653 /meta-gnome/recipes-gnome/gvfs/gvfs.inc
parent26a6160c49294ceba130d221e14c8f1fc5c429ad (diff)
downloadmeta-openembedded-contrib-e927c88d6f83c30eec9ad973a0dbcd05f01b5a69.tar.gz
gvfs: replace deprecated g_memmove by memmove
* g_memmove was deprecated ib glib-2.0 2.40 * opening a remote connection created by gigolo with thunar failed with: | thunar: symbol lookup error: /usr/lib/modules/libgvfsdbus.so: undefined symbol: g_memmove * further tests showed that browsing in windows networks is fixed now Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs.inc')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs.inc b/meta-gnome/recipes-gnome/gvfs/gvfs.inc
index 288b205da4..c516a40f10 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs.inc
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc
@@ -15,6 +15,7 @@ SRC_URI += " \
file://0002-Adapt-to-GLib-2.31-deprecations-and-thread-API-chang.patch \
file://0003-Adapt-to-glib-mutex-API-changes.patch \
file://0004-Adapt-to-glib-thread-API-changes.patch \
+ file://0005-client-gdaemonfile.c-replace-g_memmove-by-memmove.patch \
"
EXTRA_OECONF = "--with-archive-includes=${STAGING_INCDIR} \