mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 15:04:37 +02:00
Merge pull request #144 from kergoth/oe-external-run-in-topdir
oe.external: run in topdir, not tmpdir
This commit is contained in:
@@ -4,7 +4,7 @@ import bb
|
||||
|
||||
|
||||
def run(d, cmd, *args):
|
||||
topdir = d.getVar('TMPDIR', True)
|
||||
topdir = d.getVar('TOPDIR', True)
|
||||
toolchain_path = d.getVar('EXTERNAL_TOOLCHAIN', True)
|
||||
if toolchain_path:
|
||||
target_prefix = d.getVar('EXTERNAL_TARGET_SYS', True) + '-'
|
||||
|
||||
Reference in New Issue
Block a user