Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
@ 2011-08-04 18:51 Kumar Gala
  2011-08-04 19:09 ` Saul Wold
  2011-08-05 16:48 ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Kumar Gala @ 2011-08-04 18:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Kumar Gala <galak@kernel.crashing.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 6f0b42c..1d83459 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 = ""
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-05 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 18:51 [PATCH] bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64 Kumar Gala
2011-08-04 19:09 ` Saul Wold
2011-08-04 19:31   ` Kumar Gala
2011-08-05 16:48 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox