summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf4
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#
68target_datadir := "${datadir}" 68target_datadir := "${datadir}"
69# Used to find env/perl/python
70USRBINPATH = "${bindir}"
71USRBINPATH_class-native = "/usr/bin"
72USRBINPATH_class-nativesdk = "/usr/bin"
69 73
70################################################################## 74##################################################################
71# Architecture-dependent build variables. 75# Architecture-dependent build variables.