aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-certifi.inc
AgeCommit message (Expand)Author
2018-01-26python-certifi: update to version 2018.1.18Derek Straka
2017-11-19python3-certifi: update to version 2017.11.5Derek Straka
2017-08-13python-certifi: update to version 2017.7.27.1Derek Straka
2017-06-05python-certifi: update to version 2017.4.17Derek Straka
2017-02-20python-certifi: update to version 2017.1.23Derek Straka
2016-10-25python-certifi: update to version 2016.9.26Derek Straka
2016-09-11python-certifi: Add native and nativesdk to BBCLASSEXTENDFabio Berton
2016-08-22python-certifi: update to version 2016.8.8Derek Straka
2016-04-01python-certifi: update to 2016.2.28Derek Straka
2016-02-01python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipeSven Ebenfeld
alue='paule/buildhistory-cmdline-memres'>paule/buildhistory-cmdline-memres OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_kmod.py
blob: 4569b53c805185ed352eaf1974061c38f82d2b21 (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