diff options
Diffstat (limited to 'meta/classes/terminal.bbclass')
| -rw-r--r-- | meta/classes/terminal.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass index a94f755a40..d1cc4d2c16 100644 --- a/meta/classes/terminal.bbclass +++ b/meta/classes/terminal.bbclass | |||
| @@ -73,7 +73,7 @@ def oe_terminal(command, title, d): | |||
| 73 | # Replace command with an executable wrapper script | 73 | # Replace command with an executable wrapper script |
| 74 | command = emit_terminal_func(command, envdata, d) | 74 | command = emit_terminal_func(command, envdata, d) |
| 75 | 75 | ||
| 76 | terminal = oe.data.typed_value('OE_TERMINAL', d).lower() | 76 | terminal = "auto" #oe.data.typed_value('OE_TERMINAL', d).lower() |
| 77 | if terminal == 'none': | 77 | if terminal == 'none': |
| 78 | bb.fatal('Devshell usage disabled with OE_TERMINAL') | 78 | bb.fatal('Devshell usage disabled with OE_TERMINAL') |
| 79 | elif terminal != 'auto': | 79 | elif terminal != 'auto': |
