[oe] [V2][meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-07-01 Thread Joe Slater
Some items now in DEPENDS are configuration options, so we create PACKAGECONFIG[] entries for them. We do not select pcsc-lite by default because it is GPLv3. Signed-off-by: Joe Slater --- .../openconnect/openconnect_git.bb | 13 +++-- 1 file

Re: [oe] [meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-07-01 Thread Christopher Larson
On Fri, Jul 1, 2016 at 1:25 PM, Slater, Joseph wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org [mailto: > openembedded-devel- > > boun...@lists.openembedded.org] On Behalf Of Christopher Larson > > Sent: Thursday, June

Re: [oe] [meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-07-01 Thread Slater, Joseph
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Christopher Larson > Sent: Thursday, June 30, 2016 10:13 PM > To: Openembedded Discussion > Subject: Re: [oe]

[oe] Building php with postgres support

2016-07-01 Thread victorascroft
Hello, I want to build php with postgres support. Am using the jethro branch. Looking at the php.inc file http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/php/php.inc?h=jethro postgres doesn't seem to be enabled by default. Tried enabling postgres by adding the

Re: [oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-01 Thread Fabio Berton
For me only worked with these options, but I can make more tests and try without -fno-schedule-insn2 option. On Fri, Jul 1, 2016 at 11:49 AM, Khem Raj wrote: > On Fri, Jul 1, 2016 at 6:13 AM, Fabio Berton > wrote: > > Append CFLAGS and

Re: [oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-01 Thread Khem Raj
On Fri, Jul 1, 2016 at 6:13 AM, Fabio Berton wrote: > Append CFLAGS and CXXFLAGS to set work around code which gcc6 would > otherwise regard as out-of-specification and allow it to produce a > working program. > Add patch to to correct the source to be compatible

[oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-01 Thread Fabio Berton
Append CFLAGS and CXXFLAGS to set work around code which gcc6 would otherwise regard as out-of-specification and allow it to produce a working program. Add patch to to correct the source to be compatible with gcc6 by preventing c++ scope errors. Signed-off-by: Fabio Berton

[oe] [PATCH] qtquick1: fix qtwebkit support

2016-07-01 Thread Alexandre Belloni
40b7a93a3c6cf05136c606824c1cea848b75bcb6 ("qtquick1: allow to disable qtwebkit support") allowed to disable qtwebkit but actually disabled it in every cases. Use the same mechanism as qttools to implement the feature. Signed-off-by: Alexandre Belloni ---

[oe] [meta-filesystems][master][PATCHv3] sshfs-fuse: update to 2.8

2016-07-01 Thread Zoltan Kuscsik
Update SRC_URI, upstream project was moved from SF to github. Fix building issue when build and source directory differs. Signed-off-by: Zoltan Kuscsik --- .../files/0001-Makefile-fix-path-for-sshfs.1.patch | 32 ++ .../{sshfs-fuse_2.5.bb =>

Re: [oe] [meta-filesystems][master][PATCHv2] sshfs-fuse: update to 2.8

2016-07-01 Thread Martin Jansa
On Fri, Jul 01, 2016 at 10:48:39AM +0200, Zoltan Kuscsik wrote: > Update SRC_URI, upstream project was > moved from SF to github. > > Fix building issue when build and source > directory differs. > > Upstream-Status: Submitted > > https://github.com/libfuse/sshfs/pull/24 This belongs to the

[oe] [meta-filesystems][master][PATCHv2] sshfs-fuse: update to 2.8

2016-07-01 Thread Zoltan Kuscsik
Update SRC_URI, upstream project was moved from SF to github. Fix building issue when build and source directory differs. Upstream-Status: Submitted https://github.com/libfuse/sshfs/pull/24 Signed-off-by: Zoltan Kuscsik ---

Re: [oe] [meta-filesystems][master][PATCH] sshfs-fuse: update to 2.8

2016-07-01 Thread Nicolas Dechesne
hi Zoltan, On Fri, Jul 1, 2016 at 10:03 AM, Zoltan Kuscsik wrote: > Signed-off-by: Zoltan Kuscsik > --- > .../files/0001-Makefile-fix-path-for-sshfs.1.patch | 27 > ++ > .../{sshfs-fuse_2.5.bb => sshfs-fuse_2.8.bb}

[oe] [meta-filesystems][master][PATCH] sshfs-fuse: update to 2.8

2016-07-01 Thread Zoltan Kuscsik
Signed-off-by: Zoltan Kuscsik --- .../files/0001-Makefile-fix-path-for-sshfs.1.patch | 27 ++ .../{sshfs-fuse_2.5.bb => sshfs-fuse_2.8.bb} | 9 2 files changed, 31 insertions(+), 5 deletions(-) create mode 100644