devshell.bbclass: export the FAKEROOTENV so it can be accessed within the devshell task

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-08-23 13:04:03 +01:00
parent 71a46a44a2
commit 5977534d5f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ do_devshell[nostamp] = "1"
export DISPLAY
export DBUS_SESSION_BUS_ADDRESS
export XAUTHORITY ?= "${HOME}/.Xauthority"
export FAKEROOTENV
devshell_do_devshell() {
export TERMWINDOWTITLE="Bitbake Developer Shell"