diff options
| author | Max Krummenacher <max.oss.09@gmail.com> | 2015-08-01 18:23:18 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:38:46 +0200 |
| commit | 06767ed98d9c910129ad33c070d42e2f658b5e70 (patch) | |
| tree | 3dd9e3a62cd44db56c718a2a335613a2bfd37575 /meta-gnome/recipes-gnome/gvfs/gvfs.inc | |
| parent | 4e2287fd28fd2da907f9f9f6d812ddfae3b9f07a (diff) | |
| download | meta-openembedded-06767ed98d9c910129ad33c070d42e2f658b5e70.tar.gz | |
gvfs: backport patch to build with gphoto 2.5 api
With the update of gphoto to a version with the 2.5 API gvfs do_compile
failes with:
gvfs-1.10.1/daemon/gvfsbackendgphoto2.c:1648:35: error: request for member 'name' in something not a structure or union
| DEBUG (" '%s' '%s' '%s'", info.name, info.path, info.library_filename);
and others.
This backports the upstream fix.
Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs.inc')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs.inc | 1 |
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 c516a40f10..f9798e9d3e 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs.inc +++ b/meta-gnome/recipes-gnome/gvfs/gvfs.inc | |||
| @@ -16,6 +16,7 @@ SRC_URI += " \ | |||
| 16 | file://0003-Adapt-to-glib-mutex-API-changes.patch \ | 16 | file://0003-Adapt-to-glib-mutex-API-changes.patch \ |
| 17 | file://0004-Adapt-to-glib-thread-API-changes.patch \ | 17 | file://0004-Adapt-to-glib-thread-API-changes.patch \ |
| 18 | file://0005-client-gdaemonfile.c-replace-g_memmove-by-memmove.patch \ | 18 | file://0005-client-gdaemonfile.c-replace-g_memmove-by-memmove.patch \ |
| 19 | file://gphoto_build_with_libgphoto_2.5_API.patch \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | EXTRA_OECONF = "--with-archive-includes=${STAGING_INCDIR} \ | 22 | EXTRA_OECONF = "--with-archive-includes=${STAGING_INCDIR} \ |
