[oe] [PATCH 3/3] python-cloudeebus: fix do_compile failure

2016-06-20 Thread Hongxu Jia
It fixed the following failure: ... 2 Traceback (most recent call last): 3 File "setup.py", line 24, in 4 from setuptools import setup 5 ImportError: No module named setuptools ... Signed-off-by: Hongxu Jia ---

[oe] [meta-oe][PATCH 0/3] fix python-pygobject broken

2016-06-20 Thread Hongxu Jia
The following changes since commit 9cd117a5dc5f26133a855d1cc3bf9604ae178685: chrony: Versatile implementation of NTP (2016-06-16 13:28:16 -0400) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-python

[oe] [PATCH 2/3] python-pygobject: fix do_configure failed

2016-06-20 Thread Hongxu Jia
Fix build failure since it was moved to meta-oe http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html Signed-off-by: Hongxu Jia --- meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb | 5 - 1 file changed, 4 insertions(+), 1

[oe] [PATCH 1/3] Revert "python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken"

2016-06-20 Thread Hongxu Jia
This reverts commit b0fae32dfc447ef9864e077d05c51bbbf763565b. Signed-off-by: Hongxu Jia --- meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb | 5 + meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 --

Re: [oe] [meta-oe][PATCH v2] fwts: update to latest git and fix build with gcc 5

2016-06-20 Thread Koen Kooi
On 20 June 2016 at 18:07, Khem Raj wrote: > On Mon, Jun 20, 2016 at 2:35 AM, Koen Kooi wrote: >> License checksum change due to 2014->2016 changes. Fix build with gcc 5 by >> removing -Wno-werror: >> >> cc1: error:

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
Den 2016-06-20 kl. 15:58, skrev Jérémy Rosen: On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ =

Re: [oe] Patchwork users: Help test new version

2016-06-20 Thread Burton, Ross
On 20 June 2016 at 18:47, Michael Halstead wrote: > OpenEmbedded is nearly ready to upgrade to a new version of Patchwork. > The new version offers several new features that will allow OpenEmbedded > to improve developer workflow and automated checks on incoming

Re: [oe] [meta-networking][PATCH] Samba: use only libsystemd

2016-06-20 Thread Szombathelyi György
On Monday, June 20, 2016 10:08:45 AM CEST Joe MacDonald wrote: > Hi Gyorgy, > > [[oe] [meta-networking][PATCH] Samba: use only libsystemd] On 16.06.18 (Sat 21:06) Gyorgy Szombathelyi wrote: > > This patch was disappeared while moved to 4.4.2 > > I can't find this patch in the git history, but

[oe] Patchwork users: Help test new version

2016-06-20 Thread Michael Halstead
Hello, OpenEmbedded is nearly ready to upgrade to a new version of Patchwork. The new version offers several new features that will allow OpenEmbedded to improve developer workflow and automated checks on incoming patches. If you are a Patchwork user please visit

Re: [oe] [meta-java][PATCH] icedtea7-native: make GCC 6 happy

2016-06-20 Thread Dan McGregor
On 20 June 2016 at 10:19, Khem Raj wrote: > On Mon, Jun 20, 2016 at 7:02 AM, Dan McGregor > wrote: >> From: Daniel McGregor >> >> GCC 6 sets the default C++ standard to C++14 and introduces dead store >> elimination by

Re: [oe] [meta-java][PATCH] icedtea7-native: make GCC 6 happy

2016-06-20 Thread Khem Raj
On Mon, Jun 20, 2016 at 7:02 AM, Dan McGregor wrote: > From: Daniel McGregor > > GCC 6 sets the default C++ standard to C++14 and introduces dead store > elimination by default. icedtea7 is not ready for either of these > changes, so just

Re: [oe] [meta-oe][PATCH v2] fwts: update to latest git and fix build with gcc 5

2016-06-20 Thread Khem Raj
On Mon, Jun 20, 2016 at 2:35 AM, Koen Kooi wrote: > License checksum change due to 2014->2016 changes. Fix build with gcc 5 by > removing -Wno-werror: > > cc1: error: -Werror=misleading-indentation: no option > -Wmisleading-indentation This would then break build

Re: [oe] [meta-networking][PATCH] Samba: use only libsystemd

2016-06-20 Thread Joe MacDonald
Hi Gyorgy, [[oe] [meta-networking][PATCH] Samba: use only libsystemd] On 16.06.18 (Sat 21:06) Gyorgy Szombathelyi wrote: > This patch was disappeared while moved to 4.4.2 I can't find this patch in the git history, but I'm happy to merge it if you can provide a bit more detail on it. Is it

[oe] [meta-java][PATCH] icedtea7-native: make GCC 6 happy

2016-06-20 Thread Dan McGregor
From: Daniel McGregor GCC 6 sets the default C++ standard to C++14 and introduces dead store elimination by default. icedtea7 is not ready for either of these changes, so just set the C++ standard back to gnu++98 and disable dead store elimination. Signed-off-by:

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Jérémy Rosen
On 20/06/2016 15:48, Ulf Samuelsson wrote: Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI =

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
Den 2016-06-20 kl. 14:37, skrev Jérémy Rosen: On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV =

Re: [oe] Using EXTERNALSRC in practice

2016-06-20 Thread Jérémy Rosen
On 20/06/2016 14:08, Ulf Samuelsson wrote: We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV = "...+git${SRCPV}" SRCREV = "" ... Would like to

[oe] Using EXTERNALSRC in practice

2016-06-20 Thread Ulf Samuelsson
We have a meta-layer which builds the kernel. This contains among other things: FILESEXTRAPATHS_prepend_ = "${THIS_DIR}/" SRC_URI = "git:///;protocol=ssh;branch=" SRC_URI += "file://defconfig" PV = "...+git${SRCPV}" SRCREV = "" ... Would like to have an option to build the kernel with

Re: [oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-06-20 Thread Martin Jansa
On Wed, Jun 15, 2016 at 04:10:21PM +0200, Pascal Bach wrote: > Signed-off-by: Pascal Bach > --- > meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

[oe] State of bitbake world 2016-06-15

2016-06-20 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-oe][PATCH v2] fwts: update to latest git and fix build with gcc 5

2016-06-20 Thread Koen Kooi
License checksum change due to 2014->2016 changes. Fix build with gcc 5 by removing -Wno-werror: cc1: error: -Werror=misleading-indentation: no option -Wmisleading-indentation Signed-off-by: Koen Kooi --- meta-oe/recipes-test/fwts/fwts_git.bb | 10 ++ 1

[oe] [meta-oe][PATCH] fwts: update to latest git and fix build with gcc 5

2016-06-20 Thread Koen Kooi
License checksum change due to 2014->2016 changes. Fix build with gcc 5 by removing -Wno-werror: cc1: error: -Werror=misleading-indentation: no option -Wmisleading-indentation Signed-off-by: Koen Kooi --- meta-oe/recipes-test/fwts/fwts_git.bb | 8 1