From ead5fc69f66570b58516fa9c4f792e3b8ef111a9 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 18 Nov 2014 12:58:58 -0500 Subject: [PATCH] rust: remove unneeded os import (bitbake user manual says bb and os are auto imported) --- recipes/rust/rust.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 9e6c20d..3dcb4d4 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -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)