diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c94012e665..1525e44b2c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -66,6 +66,10 @@ localstatedir_nativesdk = "/var" | |||
66 | # := is used carefully here | 66 | # := is used carefully here |
67 | # | 67 | # |
68 | target_datadir := "${datadir}" | 68 | target_datadir := "${datadir}" |
69 | # Used to find env/perl/python | ||
70 | USRBINPATH = "${bindir}" | ||
71 | USRBINPATH_class-native = "/usr/bin" | ||
72 | USRBINPATH_class-nativesdk = "/usr/bin" | ||
69 | 73 | ||
70 | ################################################################## | 74 | ################################################################## |
71 | # Architecture-dependent build variables. | 75 | # Architecture-dependent build variables. |