Re: [oe] [meta-qt5][PATCH] qtbase: fix up pkgconfig replacements

2016-03-01 Thread Jonathan Liu
On 2 March 2016 at 03:18, Martin Jansa wrote: > On Fri, Feb 26, 2016 at 07:19:28PM +1100, Jonathan Liu wrote: >> The replacements were being done in qt_module.prf which is not included >> when building 3rd party libraries. To resolve this, move the >> replacements from

Re: [oe] [meta-networking][PATCH v4] dhcpcd: add recipe for dhcpcd

2016-03-01 Thread Stephen Arnold
Sorry, in answer to previous question I'm fine with Roy's dhcp client package (if I still need wifi-radar I'll port the stupid thing to work with it). Steve On Thu, Jan 28, 2016 at 5:21 PM, Karstens, Nate wrote: > Martin, > > It looks like the recipe that was merged in

[oe] OE Changelog since 2016-02-21 until 2016-02-28

2016-03-01 Thread cliff . brake
Changelog since 2016-02-21 until 2016-02-28. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [meta-qt5][PATCH] qtbase: fix up pkgconfig replacements

2016-03-01 Thread Martin Jansa
On Fri, Feb 26, 2016 at 07:19:28PM +1100, Jonathan Liu wrote: > The replacements were being done in qt_module.prf which is not included > when building 3rd party libraries. To resolve this, move the > replacements from qt_module.prf to qt.prf which is included when > building any qmake project.

Re: [oe] [OE-core][PATCH v6 1/4] gpg_sign: add local ipk package signing functionality

2016-03-01 Thread Ioan-Adrian Ratiu
Hello On Mon, 22 Feb 2016 15:33:43 +0200 Markus Lehtonen wrote: > On Fri, 2016-02-19 at 17:43 +0200, Ioan-Adrian Ratiu wrote: > > Implement ipk signing inside the sign_ipk bbclass using the gpg_sign > > module and configure signing similar to how rpm does it.

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-03-01 Thread Martin Jansa
On Tue, Mar 01, 2016 at 10:26:32AM +0100, Javier Viguera wrote: > On 04/01/16 16:59, Javier Viguera wrote: > > QMAKE_CACHE_EVAL is only used in qtwebengine and qtwebkit, but not in > > the rest of the QT5 packages, so use EXTRA_QMAKEVARS_PRE to pass the > > packageconfig options to the

Re: [oe] [PATCH] gpsd: Fix build when static libs disabled

2016-03-01 Thread Maxin B. John
Hi Chris, On Tue, Mar 01, 2016 at 08:12:30AM +, Chris Trobridge wrote: > > > [oe] [PATCH] gpsd: Fix build when static libs disabled > > Chris Trobridge  07:58  > To: openembedded-c...@lists.openembedded.org > >

Re: [oe] [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0

2016-03-01 Thread Chang, Rebecca Swee Fun
We need vp8 to work when using vp8dec (in gst-plugins-good) on software decode. I kept the configuration to make sure it is always enabled. I'm trying to compile without the configuration --enable-vp8 to try out. Do you think I should remove it? Rebecca -Original Message- From: Khem Raj

Re: [oe] [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default

2016-03-01 Thread Martin Jansa
On Tue, Mar 01, 2016 at 01:54:26AM +0100, Martin Jansa wrote: > * without readline in PACKAGECONFIG and with no-static-libraries.inc > gdb fails when trying to build against own bundled static readline > > Signed-off-by: Martin Jansa > --- >

[oe] [meta-selinux][PATCH] net-tools: Add SCTP option support

2016-03-01 Thread Li Zhou
Patch netstat-selinux-support.patch's context is changed becasue of the commit in oe-core which adds SCTP support for net-tools. So rebase it. Signed-off-by: Li Zhou --- .../net-tools/netstat-selinux-support.patch| 61 ++-- 1 file changed, 32

Re: [oe] [meta-erlang] generate-manifest update and packaging fixes pull request

2016-03-01 Thread Maciej Borzecki
Hi João, Did you get a chance to look at the patches? I can open a pull request on github if that's more convenient for you. On 02/25 20:56, Maciej Borzecki wrote: > The series contains a number of patches for the `generate-manifest` tool as > well as fixes for packaging of Erlang modules. > >

Re: [oe] [OE-core] [meta-oe][PATCH] Fix gpsd build by switching to use EXTRA_CONF_PACKAGECONFIG.

2016-03-01 Thread Martin Jansa
FW On Tue, Mar 01, 2016 at 12:58:55AM +0100, Martin Jansa wrote: > > I also see now someone else has already posted a different fix to this, > although from what I've read about this error, mine is the more general > solution. > > Your solution depends on oe-core patch which wasn't merged yet,

[oe] [PATCH] gpsd: Fix build when static libs disabled‏

2016-03-01 Thread Chris Trobridge
[oe] [PATCH] gpsd: Fix build when static libs disabled Chris Trobridge  07:58  To: openembedded-c...@lists.openembedded.org http://lists.openembedded.org/pipermail/openembedded-devel/2016-February/106230.html > Fix this build error: > SCons Error: no such option: --disable-static >