mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
arm-toolchain: remove obsolete oe_import
The oe_import() function was removed in oe-core when addpylib was added[1]. However, meta-arm-toolchain doesn't ship any library code so this call doesn't do anything useful anyway. [1] 1f56155e91da2030ee0a5e93037c62e1349ba89f Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -74,7 +74,6 @@ python toolchain_metadata_setup () {
|
||||
|
||||
d = e.data
|
||||
l = d.createCopy()
|
||||
oe_import(l)
|
||||
|
||||
external_toolchain = l.getVar('EXTERNAL_TOOLCHAIN', True)
|
||||
if not external_toolchain or external_toolchain == 'UNDEFINED':
|
||||
|
||||
Reference in New Issue
Block a user