[oe-commits] Kumar Gala : bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

git version control git at git.openembedded.org
Fri Aug 5 16:49:27 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 7a278238d9b08e0315e92d386282cb488cc0c7b4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7a278238d9b08e0315e92d386282cb488cc0c7b4

Author: Kumar Gala <galak at kernel.crashing.org>
Date:   Thu Aug  4 13:51:26 2011 -0500

bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 a8321ed..7bb68b8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -7,7 +7,9 @@
 #
 
 # Used by multilib code to change the library paths
-baselib = "lib"
+baselib = "${BASELIB}"
+BASELIB = "lib"
+BASELIB_powerpc64 = "lib64"
 
 # Path prefixes
 export base_prefix = ""





More information about the Openembedded-commits mailing list