DEPENDS += "python-scons-native" scons_do_compile() { ${STAGING_BINDIR_NATIVE}/scons PREFIX=${prefix} prefix=${prefix} || \ oefatal "scons build execution failed." } scons_do_install() { ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} prefix=${D}${prefix} install || \ oefatal "scons install execution failed." } EXPORT_FUNCTIONS do_compile do_install /trygvis.io/git/2012/05/openembedded-core.git' title='openembedded-core.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/cpan-base.bbclass
blob: 6cd2aa340f7141daea46789aa945643c65fd2bd0 (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