diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-04-08 10:22:29 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:32 +0100 |
commit | 1c74fd768f8e4f5778411538b906cdcc22fe3f67 (patch) | |
tree | 3d3a5f1021276055f91322afa64a9eee53d3cc9f /bitbake/lib/bb/build.py | |
parent | 7acc132cac873e60005516272473a55a8160b9c4 (diff) | |
download | poky-1c74fd768f8e4f5778411538b906cdcc22fe3f67.tar.gz |
Import fixups
(Bitbake rev: 4fa052f426e3205ebace713eaa22deddc0420e8a)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r-- | bitbake/lib/bb/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index 7ca1663b7c..1882733a5f 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
@@ -200,7 +200,6 @@ def exec_func(func, d, dirs = None): | |||
200 | 200 | ||
201 | def exec_func_python(func, d, runfile, logfile): | 201 | def exec_func_python(func, d, runfile, logfile): |
202 | """Execute a python BB 'function'""" | 202 | """Execute a python BB 'function'""" |
203 | import re, os | ||
204 | 203 | ||
205 | bbfile = bb.data.getVar('FILE', d, 1) | 204 | bbfile = bb.data.getVar('FILE', d, 1) |
206 | tmp = "def " + func + "(d):\n%s" % data.getVar(func, d) | 205 | tmp = "def " + func + "(d):\n%s" % data.getVar(func, d) |