]> code.ossystems Code Review - openembedded-core.git/commitdiff
devshell.bbclass: export the FAKEROOTENV so it can be accessed within the devshell...
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 23 Aug 2010 12:04:03 +0000 (13:04 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 23 Aug 2010 12:04:03 +0000 (13:04 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/devshell.bbclass

index 9327b55d0af914c5646b8dc54f98f938d33ab314..d08056bf11fa56d8292f1c9441bd6a859e88e66e 100644 (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"