1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

devshell.bbclass: export the FAKEROOTENV so it can be accessed within the devshell task

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-08-23 13:04:03 +01:00
parent 71a46a44a2
commit 5977534d5f
+1
View File
@@ -6,6 +6,7 @@ do_devshell[nostamp] = "1"
export DISPLAY
export DBUS_SESSION_BUS_ADDRESS
export XAUTHORITY ?= "${HOME}/.Xauthority"
export FAKEROOTENV
devshell_do_devshell() {
export TERMWINDOWTITLE="Bitbake Developer Shell"