[oe] [meta-oe][PATCH 1/2] soci: Add recipe

2015-02-19 Thread Khem Raj
Define PACKAGECONFIG to enable a given backend of choice by default its 'empty' Change-Id: Ie1123af658ca94d2fe22a3ca1a32dfb47d58979e Signed-off-by: Khem Raj --- meta-oe/recipes-support/soci/soci_3.2.2.bb | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 me

[oe] [meta-oe][PATCH 2/2] collectd: Backport fix build with newer gcc

2015-02-19 Thread Khem Raj
on mips we get the errors of type mismatch Change-Id: Ib7b3bd243417d1ba77e8167daf761fd4a2fc2e64 Signed-off-by: Khem Raj --- ...ure-size_t-portability-in-DEBUG-statement.patch | 30 ++ .../recipes-extended/collectd/collectd_5.4.1.bb| 1 + 2 files changed, 31 insertions(+)

[oe] [meta-oe][dylan]opencv: master->dylan backport

2015-02-19 Thread Sywula, Krzysztof M
Paul, please cherry-pick a commit from master to dylan: fe81c0e5af2df3890f2ab0f267562fdce5b5b166 right now opencv on dylan has a broken download URI. Thanks, Krzysztof Sywula -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.o

Re: [oe] [meta-qt5][dizzy][PATCH] qmake5: don't always look in directories recursively

2015-02-19 Thread Otavio Salvador
On Wed, Feb 18, 2015 at 6:57 PM, Alexandre Belloni wrote: > QT needs to be compiled without the -r parameter from the qmake command > line. This is necessary to avoid those errors when building > qtdeclarative or qt3d without opengl for example: > Project ERROR: Unknown module(s) in QT: quick-priv

[oe] [meta-oe][PATCH v3] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-19 Thread Dan McGregor
From: Dan McGregor I've only tested the build with armv7 and x86, but the build doesn't segfault anymore. The last time this was tested was with qemu 1.5, we're now using 2.1. While here, don't copy stuff from the sysroot into the qemu tree just use the sysroot itself. Signed-off-by: Dan McGreg

Re: [oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-19 Thread Bruce Ashfield
On Thu, Feb 19, 2015 at 1:10 PM, Martin Jansa wrote: > On Thu, Feb 19, 2015 at 12:42:49PM -0500, Bruce Ashfield wrote: >> On Thu, Feb 19, 2015 at 12:21 PM, Martin Jansa >> wrote: >> > On Thu, Feb 19, 2015 at 12:09:09PM -0500, Bruce Ashfield wrote: >> >> On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelt

Re: [oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-19 Thread Martin Jansa
On Thu, Feb 19, 2015 at 12:42:49PM -0500, Bruce Ashfield wrote: > On Thu, Feb 19, 2015 at 12:21 PM, Martin Jansa wrote: > > On Thu, Feb 19, 2015 at 12:09:09PM -0500, Bruce Ashfield wrote: > >> On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelton wrote: > >> > python-msgpack implements the MessagePack bin

Re: [oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-19 Thread Bruce Ashfield
On Thu, Feb 19, 2015 at 12:21 PM, Martin Jansa wrote: > On Thu, Feb 19, 2015 at 12:09:09PM -0500, Bruce Ashfield wrote: >> On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelton wrote: >> > python-msgpack implements the MessagePack binary serialization format >> > for Python. >> > >> > Copied from commit 9

Re: [oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-19 Thread Martin Jansa
On Thu, Feb 19, 2015 at 12:09:09PM -0500, Bruce Ashfield wrote: > On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelton wrote: > > python-msgpack implements the MessagePack binary serialization format > > for Python. > > > > Copied from commit 91ed2353847d4121e3dd8ad10ca0c24194ac9765 in > > meta-cloud-serv

Re: [oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-19 Thread Bruce Ashfield
On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelton wrote: > python-msgpack implements the MessagePack binary serialization format > for Python. > > Copied from commit 91ed2353847d4121e3dd8ad10ca0c24194ac9765 in > meta-cloud-services/meta-openstack and updated to version 0.4.5. Can you elaborate on what

Re: [oe] [meta-python][PATCH 4/4] python-requests: add recipe

2015-02-19 Thread Bruce Ashfield
On Wed, Feb 18, 2015 at 6:03 PM, Ben Shelton wrote: > Requests is an HTTP library for Python with a clean and succinct API. > > Copied from commit bc572006bfcec10523658b8675f30bf45b43a998 in > meta-cloud-services/meta-openstack and updated to version 2.5.1. When you do this .. you should be broad

Re: [oe] [meta-qt5][PATCH 1/5] qtbase: remove patches required for native(-sdk) only

2015-02-19 Thread Martin Jansa
On Thu, Feb 19, 2015 at 04:30:17PM +0100, Andreas Müller wrote: > On Thu, Feb 19, 2015 at 3:47 PM, Martin Jansa wrote: > > On Wed, Feb 18, 2015 at 06:35:33PM +0100, Andreas Müller wrote: > >> On Wed, Feb 18, 2015 at 5:09 PM, Martin Jansa > >> wrote: > >> > On Tue, Jan 27, 2015 at 06:53:49AM +010

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

2015-02-19 Thread Joe MacDonald
On Thu, Feb 19, 2015 at 6:46 AM, Martin Jansa wrote: > On Wed, Feb 18, 2015 at 04:57:38PM +0100, Martin Jansa wrote: >> http://www.openembedded.org/wiki/Bitbake_World_Status >> >> The metadata were updated between the builds, so the results aren't very >> consistent between MACHINEs, but still it

[oe] [meta-handheld][PATCH] keymaps: make sure sysconfdir exists

2015-02-19 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-bsp/keymaps/keymaps_1.0.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/keymaps/keymaps_1.0.bbappend b/recipes-bsp/keymaps/keymaps_1.0.bbappend index b3bb193..6d2815f 100644 --- a/recipes-bsp/keymaps/keymaps_1.0.bbappend +++ b/reci

[oe] [dora][meta-networking] ntp, pps-tools: backported ntp 4.2.8 upgrade to dora

2015-02-19 Thread Jate Sujjavanich
ntp, pps-tools: backported ntp 4.2.8 upgrade to dora Backport ntp 4.2.8 to dora. This includes ntpd 4.2.8 and its security fixes. Signed-off-by: Jate Sujjavanich The following changes since commit e75ae8f50af3effe560c43fc63cfd1f39395f011: gdal: fix sqlite, expat and libtiff detection (20

Re: [oe] [meta-qt5][PATCH 1/5] qtbase: remove patches required for native(-sdk) only

2015-02-19 Thread Andreas Müller
On Thu, Feb 19, 2015 at 3:47 PM, Martin Jansa wrote: > On Wed, Feb 18, 2015 at 06:35:33PM +0100, Andreas Müller wrote: >> On Wed, Feb 18, 2015 at 5:09 PM, Martin Jansa wrote: >> > On Tue, Jan 27, 2015 at 06:53:49AM +0100, Andreas Müller wrote: >> >> Signed-off-by: Andreas Müller >> > >> > Are yo

Re: [oe] [oe-commits] Jackie Huang : vim: add recipe for vim-tiny

2015-02-19 Thread Martin Jansa
On Thu, Jan 15, 2015 at 03:38:08PM +, g...@git.openembedded.org wrote: > Module: meta-openembedded.git > Branch: master > Commit: 95dc2ddce7a0ee4d16d6c69fd123e4e6921bdf2e > URL: > http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=95dc2ddce7a0ee4d16d6c69fd123e4e6921bdf2e > > A

Re: [oe] [meta-qt5][PATCH 1/5] qtbase: remove patches required for native(-sdk) only

2015-02-19 Thread Martin Jansa
On Wed, Feb 18, 2015 at 06:35:33PM +0100, Andreas Müller wrote: > On Wed, Feb 18, 2015 at 5:09 PM, Martin Jansa wrote: > > On Tue, Jan 27, 2015 at 06:53:49AM +0100, Andreas Müller wrote: > >> Signed-off-by: Andreas Müller > > > > Are you sure these are useful only for native(sdk) only? > > > > FY

Re: [oe] [meta-qt5][dizzy][PATCH 1/2] qmake5: add a qmake5_internal

2015-02-19 Thread Alexandre Belloni
On 19/02/2015 at 09:15:10 -0200, Otavio Salvador wrote : > On Wed, Feb 18, 2015 at 5:26 PM, Alexandre Belloni > wrote: > > Add a qmake5_internal class to be used when configuring and compiling qt > > itself. > > It simply remove the -r parameter from the qmake command line. This is > > necessary t

Re: [oe] State of bitbake world, Failed tasks 2015-02-18

2015-02-19 Thread Martin Jansa
On Wed, Feb 18, 2015 at 04:57:38PM +0100, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > The metadata were updated between the builds, so the results aren't very > consistent between MACHINEs, but still it means that we have more issues > than last time, please hel

Re: [oe] [meta-qt5][dizzy][PATCH 1/2] qmake5: add a qmake5_internal

2015-02-19 Thread Otavio Salvador
On Wed, Feb 18, 2015 at 5:26 PM, Alexandre Belloni wrote: > Add a qmake5_internal class to be used when configuring and compiling qt > itself. > It simply remove the -r parameter from the qmake command line. This is > necessary to avoid those errors when building qtdeclarative or qt3d > without op