diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/devshell.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 4de7ea6fce..9fbe70e006 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass | |||
@@ -15,7 +15,7 @@ python do_devshell () { | |||
15 | oe_terminal(d.getVar('DEVSHELL'), 'OpenEmbedded Developer Shell', d) | 15 | oe_terminal(d.getVar('DEVSHELL'), 'OpenEmbedded Developer Shell', d) |
16 | } | 16 | } |
17 | 17 | ||
18 | addtask devshell after do_patch | 18 | addtask devshell after do_patch do_prepare_recipe_sysroot |
19 | 19 | ||
20 | # The directory that the terminal starts in | 20 | # The directory that the terminal starts in |
21 | DEVSHELL_STARTDIR ?= "${S}" | 21 | DEVSHELL_STARTDIR ?= "${S}" |