From c9829b9baa40bc3cd41e532cbdc556f238a07299 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 24 Jun 2014 14:58:07 -0700 Subject: [PATCH] tcmode: obey MGLS_LICENSE_FILE, not MGLS JIRA: SB-3112 Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 1611c42..9f51654 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -97,7 +97,7 @@ LDEMULATION_mips64 = "elf${LDEMULATION_BITS}${LDEMULATION_ENDIAN}smip${@bb.utils TUNE_LDARGS += "${@'-m ${LDEMULATION}' if LDEMULATION else ''}" # Ensure that the licensing variables are available to the toolchain. -export MGLS +export MGLS_LICENSE_FILE export LM_LICENSE_FILE # Unfortunately, the CSL ia32 toolchain has non-prefixed binaries in its @@ -111,7 +111,7 @@ python toolchain_metadata_setup () { d = e.data # Ensure that changes to toolchain licensing don't affect checksums - d.appendVar('BB_HASHBASE_WHITELIST', ' MGLS LM_LICENSE_FILE') + d.appendVar('BB_HASHBASE_WHITELIST', ' MGLS_LICENSE_FILE LM_LICENSE_FILE') l = d.createCopy() l.finalize()