[oe-commits] Richard Purdie : multilib.conf: Use BASELIB to set baselib, not hardcode the value

git at git.openembedded.org git at git.openembedded.org
Thu Jan 31 13:01:27 UTC 2013


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jan 28 10:45:54 2013 +0000

multilib.conf: Use BASELIB to set baselib, not hardcode the value

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/multilib.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 97b53ec..f86cff0 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -1,5 +1,5 @@
 
-baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}"
+baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
 
 MULTILIB_VARIANTS = "${@extend_variants(d,'MULTILIBS','multilib')}"
 MULTILIB_SAVE_VARNAME = "DEFAULTTUNE"





More information about the Openembedded-commits mailing list