diff options
-rw-r--r-- | meta/classes/terminal.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass index efbc4eb9ae..774f0559fb 100644 --- a/meta/classes/terminal.bbclass +++ b/meta/classes/terminal.bbclass | |||
@@ -86,3 +86,5 @@ def oe_terminal(command, title, d): | |||
86 | bb.fatal('No valid terminal found, unable to open devshell') | 86 | bb.fatal('No valid terminal found, unable to open devshell') |
87 | except oe.terminal.ExecutionError as exc: | 87 | except oe.terminal.ExecutionError as exc: |
88 | bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc)) | 88 | bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc)) |
89 | |||
90 | oe_terminal[vardepsexclude] = "BB_ORIGENV" | ||