diff --git a/conf/distro/include/tcmode-external-oe-sdk.inc b/conf/distro/include/tcmode-external-oe-sdk.inc index 05594be..6f1cc4f 100644 --- a/conf/distro/include/tcmode-external-oe-sdk.inc +++ b/conf/distro/include/tcmode-external-oe-sdk.inc @@ -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 = ''