From 8ce4d4c958e513533fc10fb9d898e629d85a7538 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 8 Mar 2016 13:34:12 -0700 Subject: [PATCH] Set BASELIB rather than baselib We get build failures otherwise. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 0b90774..756807f 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -9,11 +9,9 @@ EXTERNAL_TOOLCHAIN ?= "UNDEFINED" # errors or warnings. NO32LIBS ?= "0" -# Align paths with the external toolchain, which uses the suffixed libdir path -# for all multilibs, rather than just 'lib' for the default. -baselib_multilib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}" -baselib_aarch64 = "${baselib_multilib}" -baselib_x86-64 = "${baselib_multilib}" +# Align paths with the external toolchain +BASELIB_aarch64 = "lib64" +BASELIB_x86-64 = "lib64" # Ensure that we only attempt to package up locales which are available in the # external toolchain. In the future, we should examine the external toolchain