Re: [oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson wrote: > From: Christopher Larson > > busybox ip fails to configure can interfaces, so we need iproute2 to do so. > See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver > . > > Signed-off-by: Christopher Larson > Note: d

Re: [oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson wrote: > From: Christopher Larson > > busybox ip fails to configure can interfaces, so we need iproute2 to do so. > See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver > . > > Signed-off-by: Christopher Larson > Note: d

[oe] [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps

2015-12-09 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support

[oe] [PATCHv2][RESEND 3/3] gpsd: also support bluez5

2015-12-09 Thread Christopher Larson
From: Christopher Larson gpsd uses libbluetooth, not the dbus interface, so it can work with bluez5 as well, as the library is compatible. Signed-off-by: Christopher Larson --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/

[oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
From: Christopher Larson busybox ip fails to configure can interfaces, so we need iproute2 to do so. See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. Signed-off-by: Christopher Larson --- meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 3 +++ 1 file changed, 3

Re: [oe] [meta-java] [PATCH] antlr/cup: inherit java-bootstrap-components

2015-12-09 Thread Jens Rehsack
> Am 09.12.2015 um 08:15 schrieb jackie.hu...@windriver.com: > > From: Jackie Huang > > This should be part of the following commit but missed: > commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566 > Author: Jens Rehsack > Date: Tue Dec 8 14:51:50 2015 +0100 > >meta-java: rely on well known

[oe] [meta-oe][PATCH] libsoc: update to 0.7.1

2015-12-09 Thread Jack Mitchell
From: Jack Mitchell Signed-off-by: Jack Mitchell --- meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.1.bb} (90%) diff --git a/meta-oe/recipes-support/libs

[oe] [meta-qt5][PATCH v3] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Mikko Rapeli
All packages using this class need it and it is too easy for developers to miss and leave race conditions into builds. Signed-off-by: Mikko Rapeli --- classes/cmake_qt5.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass index 94a60

Re: [oe] [meta-qt5][PATCH v2] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Mikko.Rapeli
On Wed, Dec 09, 2015 at 11:26:27AM +0200, Mikko Rapeli wrote: > All packages using this class need it and it is too easy for developers > to miss and leave race conditions into builds. > > Signed-off-by: Mikko Rapeli > --- > classes/cmake_qt5.bbclass | 2 ++ > 1 file changed, 2 insertions(+) >

Re: [oe] [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Mikko.Rapeli
On Wed, Dec 09, 2015 at 10:19:09AM +0100, Martin Jansa wrote: > On Wed, Dec 09, 2015 at 10:53:24AM +0200, Mikko Rapeli wrote: > > All packages using this class need it and it is too easy for developers > > to miss and leave race conditions into builds. > > > > Change-Id: I713ffdf26e821b8ab12c2d53f

[oe] [meta-qt5][PATCH v2] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Mikko Rapeli
All packages using this class need it and it is too easy for developers to miss and leave race conditions into builds. Signed-off-by: Mikko Rapeli --- classes/cmake_qt5.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass index 94a60

Re: [oe] [meta-java][PATCH v7 2/2] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-12-09 Thread Maxin B. John
Hi Jens, On Tue, Dec 08, 2015 at 02:52:51PM +0100, Jens Rehsack wrote: > > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or wit

Re: [oe] [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Martin Jansa
On Wed, Dec 09, 2015 at 10:53:24AM +0200, Mikko Rapeli wrote: > All packages using this class need it and it is too easy for developers > to miss and leave race conditions into builds. > > Change-Id: I713ffdf26e821b8ab12c2d53f9a1e6679d26a4b1 You don't need Change-Id. > Signed-off-by: Mikko Rapel

[oe] [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase

2015-12-09 Thread Mikko Rapeli
All packages using this class need it and it is too easy for developers to miss and leave race conditions into builds. Change-Id: I713ffdf26e821b8ab12c2d53f9a1e6679d26a4b1 Signed-off-by: Mikko Rapeli --- classes/cmake_qt5.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/cmak