summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-04 13:51:26 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:48:28 +0100
commit2fa1f7de3204ef370f2143eb4b8696de30c58a39 (patch)
tree6a7551906b00023bc21eb2e883ab04d53c88e2d1 /meta/conf
parent8358485e1c4f14f4107e6d5a2d2da5f37a64d270 (diff)
downloadpoky-2fa1f7de3204ef370f2143eb4b8696de30c58a39.tar.gz
bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
(From OE-Core rev: 7a278238d9b08e0315e92d386282cb488cc0c7b4) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 = ""