bitbake/runqueue: Drop PATH override. This was needed for the exec() change but not now we use fork()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-02-21 17:26:18 +00:00
parent ac7aa9499a
commit 4b6de47e73
1 changed files with 0 additions and 2 deletions

View File

@ -1076,8 +1076,6 @@ class RunQueueExecute:
bb.mkdirhier(p)
logger.debug(2, "Running %s:%s under fakeroot, state dir is %s" % (fn, taskname, fakedirs))
env['PATH'] = self.cooker.configuration.initial_path
envbackup = os.environ.copy()
for e in envbackup:
os.unsetenv(e)