diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-23 13:04:03 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-23 13:04:03 +0100 |
| commit | 5977534d5fbdc3e32200266c4ca978464413b3b8 (patch) | |
| tree | 24992e50bae3d6fed8c597f7cd76401d917b51ae /meta/classes/devshell.bbclass | |
| parent | 71a46a44a2f278db1ac1b309ff52b7836f3286b4 (diff) | |
| download | poky-5977534d5fbdc3e32200266c4ca978464413b3b8.tar.gz | |
devshell.bbclass: export the FAKEROOTENV so it can be accessed within the devshell task
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/devshell.bbclass')
| -rw-r--r-- | meta/classes/devshell.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 9327b55d0a..d08056bf11 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass | |||
| @@ -6,6 +6,7 @@ do_devshell[nostamp] = "1" | |||
| 6 | export DISPLAY | 6 | export DISPLAY |
| 7 | export DBUS_SESSION_BUS_ADDRESS | 7 | export DBUS_SESSION_BUS_ADDRESS |
| 8 | export XAUTHORITY ?= "${HOME}/.Xauthority" | 8 | export XAUTHORITY ?= "${HOME}/.Xauthority" |
| 9 | export FAKEROOTENV | ||
| 9 | 10 | ||
| 10 | devshell_do_devshell() { | 11 | devshell_do_devshell() { |
| 11 | export TERMWINDOWTITLE="Bitbake Developer Shell" | 12 | export TERMWINDOWTITLE="Bitbake Developer Shell" |
