cml1_do_configure() { set -e unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake oldconfig } EXPORT_FUNCTIONS do_configure addtask configure after do_unpack do_patch before do_compile link rel='alternate' title='Atom feed' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom/meta/classes/cpan-base.bbclass?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/cpan-base.bbclass
blob: b5dbdaea818536f3b5d821f6b79a8e18eeafd523 (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