rust: remove unneeded os import (bitbake user manual says bb and os are auto imported)
This commit is contained in:
@@ -147,7 +147,6 @@ def rust_gen_target(d, thing, wd):
|
|||||||
o.close()
|
o.close()
|
||||||
|
|
||||||
python do_rust_gen_targets () {
|
python do_rust_gen_targets () {
|
||||||
import os
|
|
||||||
wd = d.getVar('WORKDIR', True) + '/targets/'
|
wd = d.getVar('WORKDIR', True) + '/targets/'
|
||||||
try:
|
try:
|
||||||
os.makedirs(wd)
|
os.makedirs(wd)
|
||||||
|
|||||||
Reference in New Issue
Block a user