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

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