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