浏览代码

tcmode-external-oe-sdk: stop setting EXTERNAL_TOOLCHAIN_SETUP_SCRIPT

As the script checks for this and obeys it, setting it resulted in the
base configuration script also being used for all multilibs in
preference to the search, so stop setting it.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Christopher Larson 3 年之前
父节点
当前提交
ab5628f07e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      conf/distro/include/tcmode-external-oe-sdk.inc

+ 0 - 2
conf/distro/include/tcmode-external-oe-sdk.inc

@@ -47,8 +47,6 @@ def setup_external_vars(external_toolchain, localdata, d):
     else:
         suffix = ''
 
-    d.setVar('EXTERNAL_TOOLCHAIN_SETUP_SCRIPT' + suffix, str(setup))
-
     for var in localdata.getVar('EXTERNAL_SETUP_SCRIPT_VARS').split():
         d.setVar('EXTERNAL_' + var + suffix, env.get(var) or '')