aboutsummaryrefslogtreecommitdiffstats
path: root/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-20 10:58:13 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-20 10:58:13 +0000
commit95c3f2b582226e999784e17be341ecb2aae28016 (patch)
treecb281d0b926f1322c1fce9e02e5f030185198e9e /classes/native.bbclass
parent5ce940c025afaf965d8ffd1dbf08d23378963318 (diff)
downloadopenembedded-95c3f2b582226e999784e17be341ecb2aae28016.tar.gz
autotools.bbclass: Merge autotools_stage_all with changes in Poky. Removes a typo, adds libexec dir to staging list, works with cross.bbclass, removed info and man data which is pointless in staging and factors out repeated functionality into a separate function
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r--classes/native.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass
index 43c71e16cf..4022cb09c0 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -80,7 +80,6 @@ do_stage () {
then
oe_runmake install
else
- export AUTOTOOLS_NATIVE_STAGE_BINARIES="1"
autotools_stage_all
fi
fi
> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/GPL-2.0
blob: 7f5abbce27293625a994963735f52e51bce8c1b6 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132