summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a8321ed878..7bb68b8dc5 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -7,7 +7,9 @@
7# 7#
8 8
9# Used by multilib code to change the library paths 9# Used by multilib code to change the library paths
10baselib = "lib" 10baselib = "${BASELIB}"
11BASELIB = "lib"
12BASELIB_powerpc64 = "lib64"
11 13
12# Path prefixes 14# Path prefixes
13export base_prefix = "" 15export base_prefix = ""