summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 613fc4cfdd..af3b1819be 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -15,7 +15,7 @@ BASELIB_powerpc64 = "lib64"
15# Path prefixes 15# Path prefixes
16export base_prefix = "" 16export base_prefix = ""
17export prefix = "/usr" 17export prefix = "/usr"
18export exec_prefix = "/usr" 18export exec_prefix = "${prefix}"
19 19
20# Base paths 20# Base paths
21export base_bindir = "${base_prefix}/bin" 21export base_bindir = "${base_prefix}/bin"