rust: remove unneeded os import (bitbake user manual says bb and os are auto imported)

This commit is contained in:
Cody P Schafer
2014-11-18 12:58:58 -05:00
parent 5b26b170fd
commit ead5fc69f6
-1
View File
@@ -147,7 +147,6 @@ def rust_gen_target(d, thing, wd):
o.close()
python do_rust_gen_targets () {
import os
wd = d.getVar('WORKDIR', True) + '/targets/'
try:
os.makedirs(wd)