diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 |
16 | export base_prefix = "" | 16 | export base_prefix = "" |
17 | export prefix = "/usr" | 17 | export prefix = "/usr" |
18 | export exec_prefix = "/usr" | 18 | export exec_prefix = "${prefix}" |
19 | 19 | ||
20 | # Base paths | 20 | # Base paths |
21 | export base_bindir = "${base_prefix}/bin" | 21 | export base_bindir = "${base_prefix}/bin" |