All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] bitbake: Allow seting of baselib
@ 2011-08-04  7:28 Kumar Gala
  2011-08-04  7:28 ` [PATCH 2/2] arch-powerpc64: set BASE_LIB to 'lib64' Kumar Gala
  2011-08-04 14:16 ` [PATCH 1/2] bitbake: Allow seting of baselib Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Kumar Gala @ 2011-08-04  7:28 UTC (permalink / raw)
  To: openembedded-core

Allow for baselib to be set to something other than 'lib'.  This is useful
for the 64-bit arch cases in which we want baselib set to 'lib64'.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 6f0b42c..c50ffb9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -7,7 +7,7 @@
 #
 
 # Used by multilib code to change the library paths
-baselib = "lib"
+baselib = "${@d.getVar('BASE_LIB', True) or 'lib'}"
 
 # Path prefixes
 export base_prefix = ""
-- 
1.7.3.4




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

end of thread, other threads:[~2011-08-04 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04  7:28 [PATCH 1/2] bitbake: Allow seting of baselib Kumar Gala
2011-08-04  7:28 ` [PATCH 2/2] arch-powerpc64: set BASE_LIB to 'lib64' Kumar Gala
2011-08-04 14:16 ` [PATCH 1/2] bitbake: Allow seting of baselib Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.