aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils-tools.bbclass
blob: 6f2880ea0154b6b972a99cedf92ffe5e13b5831e (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
generated by cgit 1.2.3-korg (git 2.39.0) at 2024-06-09 11:34:42 +0000
 


n> $OEROOT/scripts/oe-setup-builddir || {
    unset OEROOT
    return 1
}
unset OEROOT

[ -z "$BUILDDIR" ] || cd "$BUILDDIR"