summaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-21 20:19:01 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-21 20:19:01 +0000
commitb85bc2744a9674d3cb900aa6b22a7b4987c7d0fe (patch)
treea9ec34b17a65fd6bb68a646473d918221308baa4 /meta/classes/devshell.bbclass
parentf7dd25d3f345a1780610408c1840b74b9d847378 (diff)
downloadpoky-b85bc2744a9674d3cb900aa6b22a7b4987c7d0fe.tar.gz
devshell.bbclass: Export needed variables
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4526 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r--meta/classes/devshell.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 35456b517b..2944dbbfc2 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -3,6 +3,9 @@ EXTRA_OEMAKE[export] = "1"
3do_devshell[dirs] = "${S}" 3do_devshell[dirs] = "${S}"
4do_devshell[nostamp] = "1" 4do_devshell[nostamp] = "1"
5 5
6export DISPLAY
7export XAUTHORITY
8
6devshell_do_devshell() { 9devshell_do_devshell() {
7 export TERMWINDOWTITLE="Bitbake Developer Shell" 10 export TERMWINDOWTITLE="Bitbake Developer Shell"
8 ${TERMCMD} 11 ${TERMCMD}