From: Chris Larson Date: Wed, 15 Jul 2009 18:00:27 +0000 (-0700) Subject: devshell.bbclass: set a default for XAUTHORITY and export DBUS_SESSION_BUS_ADDRESS. X-Git-Tag: Release-2010-05/1~2648 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b86d4060be13734848bcda7bc52760765baeafe;p=openembedded.git devshell.bbclass: set a default for XAUTHORITY and export DBUS_SESSION_BUS_ADDRESS. Signed-off-by: Chris Larson --- diff --git a/classes/devshell.bbclass b/classes/devshell.bbclass index 2944dbbfc2..9327b55d0a 100644 --- a/classes/devshell.bbclass +++ b/classes/devshell.bbclass @@ -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"