diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-04 13:51:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:48:28 +0100 |
commit | 2fa1f7de3204ef370f2143eb4b8696de30c58a39 (patch) | |
tree | 6a7551906b00023bc21eb2e883ab04d53c88e2d1 | |
parent | 8358485e1c4f14f4107e6d5a2d2da5f37a64d270 (diff) | |
download | poky-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>
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
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 |
10 | baselib = "lib" | 10 | baselib = "${BASELIB}" |
11 | BASELIB = "lib" | ||
12 | BASELIB_powerpc64 = "lib64" | ||
11 | 13 | ||
12 | # Path prefixes | 14 | # Path prefixes |
13 | export base_prefix = "" | 15 | export base_prefix = "" |