All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.