diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index f61e913b9e..172e591522 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py  | |||
| @@ -1076,8 +1076,6 @@ class RunQueueExecute: | |||
| 1076 | bb.mkdirhier(p) | 1076 | bb.mkdirhier(p) | 
| 1077 | logger.debug(2, "Running %s:%s under fakeroot, state dir is %s" % (fn, taskname, fakedirs)) | 1077 | logger.debug(2, "Running %s:%s under fakeroot, state dir is %s" % (fn, taskname, fakedirs)) | 
| 1078 | 1078 | ||
| 1079 | env['PATH'] = self.cooker.configuration.initial_path | ||
| 1080 | |||
| 1081 | envbackup = os.environ.copy() | 1079 | envbackup = os.environ.copy() | 
| 1082 | for e in envbackup: | 1080 | for e in envbackup: | 
| 1083 | os.unsetenv(e) | 1081 | os.unsetenv(e) | 
