]> code.ossystems Code Review - openembedded-core.git/commitdiff
devshell.bbclass: Export needed variables
authorRichard Purdie <richard@openedhand.com>
Wed, 21 May 2008 20:19:01 +0000 (20:19 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 21 May 2008 20:19:01 +0000 (20:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4526 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/devshell.bbclass

index 35456b517bbc826fbca46fd9ffcd42a8150bea36..2944dbbfc25a47d2126f9c8fd0a4f1152bef8fff 100644 (file)
@@ -3,6 +3,9 @@ EXTRA_OEMAKE[export] = "1"
 do_devshell[dirs] = "${S}"
 do_devshell[nostamp] = "1"
 
+export DISPLAY
+export XAUTHORITY
+
 devshell_do_devshell() {
        export TERMWINDOWTITLE="Bitbake Developer Shell"
        ${TERMCMD}