mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
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:
@@ -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 = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user