소스 검색

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 '')