devshell.bbclass: Merge tweaks from OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-12-17 21:35:34 +00:00
parent 22429b6137
commit 9a2f361a59
1 changed files with 2 additions and 1 deletions

View File

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