Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-08-01 Thread Andreas Müller
On Thu, Jul 30, 2015 at 8:01 PM, Martin Jansa martin.ja...@gmail.com wrote: === common (12) === * /meta-openembedded/meta-efl/recipes-efl/efl/epdf_svn.bb, do_compile * /meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb, do_configure *

[oe] [meta-gnome][PATCH 1/2] gvfs: backport patch to build with gphoto 2.5 api

2015-08-01 Thread Max Krummenacher
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.

[oe] [meta-gnome][PATCH 2/2] gvfs: add packageconfig for libgphoto2

2015-08-01 Thread Max Krummenacher
default to compile with libgphoto2, thus no change to old behaviour. Signed-off-by: Max Krummenacher max.oss...@gmail.com --- meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-08-01 Thread Max Krummenacher
Hi Andreas Am Samstag, den 01.08.2015, 14:47 +0200 schrieb Andreas Müller: * /meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb, do_compile ^ Had a short look into this: It is caused by update of libgphoto2. Hope to find time this weekend. I did the same and have a