qt4: Use require instead of include to fail on missing includes
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 1 Aug 2009 04:52:15 +0000 (06:52 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 1 Aug 2009 11:16:05 +0000 (13:16 +0200)
recipes/qt4/qt4-embedded_4.4.3.bb
recipes/qt4/qt4-embedded_4.5.2.bb
recipes/qt4/qt4-x11-free-gles_git.bb.disabled
recipes/qt4/qt4-x11-free_4.4.3.bb
recipes/qt4/qt4-x11-free_4.5.2.bb

index f5358a0..fce2e65 100644 (file)
@@ -1,3 +1,3 @@
-include qt4-embedded.inc
+require qt4-embedded.inc
 
 PR = "${INC_PR}.1"
index bbe119c..d94bc48 100644 (file)
@@ -1,4 +1,4 @@
-include qt4-embedded.inc
+require qt4-embedded.inc
 
 PR = "${INC_PR}.1"
 
index bb5f355..22db2df 100644 (file)
@@ -4,7 +4,7 @@ FILESPATHPKG =. "qt4-x11-free-${PV}:qt4-x11-free:"
 
 QT_GLFLAGS = "-opengl es1 -openvg" 
 
-include qt4-x11-free.inc
+require qt4-x11-free.inc
 LICENSE = "LGPLv2.1 GPLv3"
 PR = "${INC_PR}.0+gitr${SRCREV}"
 
index a3538c9..4a52083 100644 (file)
@@ -1,3 +1,3 @@
-include qt4-x11-free.inc
+require qt4-x11-free.inc
 PR = "${INC_PR}.1"
 QT_CONFIG_FLAGS += "-no-tablet"
index 27e45ed..0289f21 100644 (file)
@@ -1,4 +1,4 @@
-include qt4-x11-free.inc
+require qt4-x11-free.inc
 LICENSE = "LGPLv2.1 GPLv3"
 PR = "${INC_PR}.2"