DEPENDS += " cmake-native " # We want the staging and installing functions from autotools inherit autotools cmake_do_configure() { cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} -Wno-dev \ -DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST} } EXPORT_FUNCTIONS do_configure 2/05/openembedded-core.git/atom/meta/packages/libxslt/libxslt_1.1.20.bb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/meta/packages/libxslt/libxslt_1.1.20.bb
blob: fa063142b6f16e88c2f8f401b24642760dc09bc2 (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