tcmode: fix a remnant usage of old overrides syntax

This bug effectively broke use of MULTILIBS with external oe sdk toolchains, but
this fixes it.

JIRA: SB-21758

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2023-05-15 17:31:28 -05:00
parent 2bcd986260
commit 6320ff290d

View File

@@ -52,7 +52,7 @@ def setup_external_vars(paths, localdata, d):
mlprefix = localdata.getVar('MLPREFIX')
if mlprefix:
suffix = '_virtclass-multilib-' + mlprefix[:-1]
suffix = ':virtclass-multilib-' + mlprefix[:-1]
else:
suffix = ''