Browse Source

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 years ago
parent
commit
ab5628f07e
1 changed files with 0 additions and 2 deletions
  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 '')