* [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase
@ 2015-12-09 8:53 Mikko Rapeli
2015-12-09 9:19 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Mikko Rapeli @ 2015-12-09 8:53 UTC (permalink / raw)
To: openembedded-devel
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 <mikko.rapeli@bmw.de>
---
classes/cmake_qt5.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass
index 94a60dc..10b0312 100644
--- a/classes/cmake_qt5.bbclass
+++ b/classes/cmake_qt5.bbclass
@@ -1,6 +1,8 @@
inherit cmake
inherit qmake5_paths
+DEPENDS_prepend = " qtbase "
+
EXTRA_OECMAKE += " \
-DOE_QMAKE_PATH_PREFIX=${OE_QMAKE_PATH_PREFIX} \
-DOE_QMAKE_PATH_HEADERS=${OE_QMAKE_PATH_HEADERS} \
--
2.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase
2015-12-09 8:53 [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase Mikko Rapeli
@ 2015-12-09 9:19 ` Martin Jansa
2015-12-09 9:24 ` Mikko.Rapeli
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-12-09 9:19 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]
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 Rapeli <mikko.rapeli@bmw.de>
> ---
> classes/cmake_qt5.bbclass | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass
> index 94a60dc..10b0312 100644
> --- a/classes/cmake_qt5.bbclass
> +++ b/classes/cmake_qt5.bbclass
> @@ -1,6 +1,8 @@
> inherit cmake
> inherit qmake5_paths
>
> +DEPENDS_prepend = " qtbase "
You don't need leading space in prepend, only the trailing one.
> +
> EXTRA_OECMAKE += " \
> -DOE_QMAKE_PATH_PREFIX=${OE_QMAKE_PATH_PREFIX} \
> -DOE_QMAKE_PATH_HEADERS=${OE_QMAKE_PATH_HEADERS} \
> --
> 2.6.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase
2015-12-09 9:19 ` Martin Jansa
@ 2015-12-09 9:24 ` Mikko.Rapeli
0 siblings, 0 replies; 3+ messages in thread
From: Mikko.Rapeli @ 2015-12-09 9:24 UTC (permalink / raw)
To: openembedded-devel
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: I713ffdf26e821b8ab12c2d53f9a1e6679d26a4b1
>
> You don't need Change-Id.
Ok, removing.
> > Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
> > ---
> > classes/cmake_qt5.bbclass | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass
> > index 94a60dc..10b0312 100644
> > --- a/classes/cmake_qt5.bbclass
> > +++ b/classes/cmake_qt5.bbclass
> > @@ -1,6 +1,8 @@
> > inherit cmake
> > inherit qmake5_paths
> >
> > +DEPENDS_prepend = " qtbase "
>
> You don't need leading space in prepend, only the trailing one.
I did at some point on dizzy but will remove.
-Mikko
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-09 9:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 8:53 [meta-qt5][PATCH] cmake_qt5.bbclass: add DEPENDS to qtbase Mikko Rapeli
2015-12-09 9:19 ` Martin Jansa
2015-12-09 9:24 ` Mikko.Rapeli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.