From 4b6de47e731357ee31ac0f2af79bff7ed93c3736 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 21 Feb 2011 17:26:18 +0000 Subject: bitbake/runqueue: Drop PATH override. This was needed for the exec() change but not now we use fork() Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index f61e913b9..172e59152 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -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) -- cgit v1.2.3