diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-17 21:35:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-18 11:41:44 +0000 |
commit | 9a2f361a59bbd41feb9aeb686d53e45dc891fa38 (patch) | |
tree | aa4f6216e83d82f2f47658644f103b3992c7deca /meta/classes/devshell.bbclass | |
parent | 22429b6137dd2d84dcc501d439dcebc407371304 (diff) | |
download | poky-9a2f361a59bbd41feb9aeb686d53e45dc891fa38.tar.gz |
devshell.bbclass: Merge tweaks from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r-- | meta/classes/devshell.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 2944dbbfc2..9327b55d0a 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass | |||
@@ -4,7 +4,8 @@ do_devshell[dirs] = "${S}" | |||
4 | do_devshell[nostamp] = "1" | 4 | do_devshell[nostamp] = "1" |
5 | 5 | ||
6 | export DISPLAY | 6 | export DISPLAY |
7 | export XAUTHORITY | 7 | export DBUS_SESSION_BUS_ADDRESS |
8 | export XAUTHORITY ?= "${HOME}/.Xauthority" | ||
8 | 9 | ||
9 | devshell_do_devshell() { | 10 | devshell_do_devshell() { |
10 | export TERMWINDOWTITLE="Bitbake Developer Shell" | 11 | export TERMWINDOWTITLE="Bitbake Developer Shell" |