summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-01 06:52:15 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-01 13:16:05 +0200
commita969fd16fd4f70d5093408b07d87b663658df932 (patch)
tree0137cf598fa2f4984882ddcaccb3542d3395b38c
parent3617ddf640d157d538f4c99707a6e113170c262e (diff)
downloadopenembedded-a969fd16fd4f70d5093408b07d87b663658df932.tar.gz
qt4: Use require instead of include to fail on missing includes
-rw-r--r--recipes/qt4/qt4-embedded_4.4.3.bb2
-rw-r--r--recipes/qt4/qt4-embedded_4.5.2.bb2
-rw-r--r--recipes/qt4/qt4-x11-free-gles_git.bb.disabled2
-rw-r--r--recipes/qt4/qt4-x11-free_4.4.3.bb2
-rw-r--r--recipes/qt4/qt4-x11-free_4.5.2.bb2
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/qt4/qt4-embedded_4.4.3.bb b/recipes/qt4/qt4-embedded_4.4.3.bb
index f5358a069e..fce2e657ee 100644
--- a/recipes/qt4/qt4-embedded_4.4.3.bb
+++ b/recipes/qt4/qt4-embedded_4.4.3.bb
@@ -1,3 +1,3 @@
-include qt4-embedded.inc
+require qt4-embedded.inc
PR = "${INC_PR}.1"
diff --git a/recipes/qt4/qt4-embedded_4.5.2.bb b/recipes/qt4/qt4-embedded_4.5.2.bb
index bbe119c89f..d94bc4862d 100644
--- a/recipes/qt4/qt4-embedded_4.5.2.bb
+++ b/recipes/qt4/qt4-embedded_4.5.2.bb
@@ -1,4 +1,4 @@
-include qt4-embedded.inc
+require qt4-embedded.inc
PR = "${INC_PR}.1"
diff --git a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
index bb5f355e6a..22db2dfa8d 100644
--- a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
+++ b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
@@ -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}"
diff --git a/recipes/qt4/qt4-x11-free_4.4.3.bb b/recipes/qt4/qt4-x11-free_4.4.3.bb
index a3538c9199..4a52083cbd 100644
--- a/recipes/qt4/qt4-x11-free_4.4.3.bb
+++ b/recipes/qt4/qt4-x11-free_4.4.3.bb
@@ -1,3 +1,3 @@
-include qt4-x11-free.inc
+require qt4-x11-free.inc
PR = "${INC_PR}.1"
QT_CONFIG_FLAGS += "-no-tablet"
diff --git a/recipes/qt4/qt4-x11-free_4.5.2.bb b/recipes/qt4/qt4-x11-free_4.5.2.bb
index 27e45ed167..0289f211b4 100644
--- a/recipes/qt4/qt4-x11-free_4.5.2.bb
+++ b/recipes/qt4/qt4-x11-free_4.5.2.bb
@@ -1,4 +1,4 @@
-include qt4-x11-free.inc
+require qt4-x11-free.inc
LICENSE = "LGPLv2.1 GPLv3"
PR = "${INC_PR}.2"
est-run-builtins-failed'>dengke/fixed-bash-ptest-run-builtins-failed OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux-2.17.2/remove-lscpu.patch
blob: 200dc2c86ac5b429749f38e7693794d0e723ae97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101