summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index f840ad2154..2f0a9562d7 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -884,6 +884,7 @@ class RunQueue:
884 if self.cooker.configuration.profile: 884 if self.cooker.configuration.profile:
885 magic = "decafbadbad" 885 magic = "decafbadbad"
886 if fakeroot: 886 if fakeroot:
887 magic = magic + "beef"
887 fakerootcmd = self.cfgData.getVar("FAKEROOTCMD", True) 888 fakerootcmd = self.cfgData.getVar("FAKEROOTCMD", True)
888 fakerootenv = (self.cfgData.getVar("FAKEROOTBASEENV", True) or "").split() 889 fakerootenv = (self.cfgData.getVar("FAKEROOTBASEENV", True) or "").split()
889 env = os.environ.copy() 890 env = os.environ.copy()