aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/c-ares
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-24 21:56:50 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-10-11 16:22:49 -0400
commit89854a90d50395c38d93d13b1518de616c84b19a (patch)
treebd0df73acfd40812cd28ab1862f308a2577c4915 /meta-networking/recipes-support/c-ares
parentba0e19ad5b2f97072b7eb465be3ac5d29e8751f4 (diff)
downloadmeta-openembedded-contrib-89854a90d50395c38d93d13b1518de616c84b19a.tar.gz
c-ares: Build native version
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/c-ares')
-rw-r--r--meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
index 8d297aa4a7..70e497f5f0 100644
--- a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb
@@ -20,3 +20,5 @@ PACKAGES =+ "${PN}-utils"
FILES_${PN}-dev += "${libdir}/cmake"
FILES_${PN}-utils = "${bindir}"
+
+BBCLASSEXTEND = "native"
libitm OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oe-publish-sdk
blob: ee33acf902c699358b3409c4a24bad3ff86bc24c (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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155