summaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r--meta/classes/devshell.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 75604d0c07..247d04478c 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -23,6 +23,7 @@ addtask devshell after do_patch do_prepare_recipe_sysroot
23DEVSHELL_STARTDIR ?= "${S}" 23DEVSHELL_STARTDIR ?= "${S}"
24do_devshell[dirs] = "${DEVSHELL_STARTDIR}" 24do_devshell[dirs] = "${DEVSHELL_STARTDIR}"
25do_devshell[nostamp] = "1" 25do_devshell[nostamp] = "1"
26do_devshell[network] = "1"
26 27
27# devshell and fakeroot/pseudo need careful handling since only the final 28# devshell and fakeroot/pseudo need careful handling since only the final
28# command should run under fakeroot emulation, any X connection should 29# command should run under fakeroot emulation, any X connection should
@@ -156,3 +157,4 @@ python do_pydevshell() {
156addtask pydevshell after do_patch 157addtask pydevshell after do_patch
157 158
158do_pydevshell[nostamp] = "1" 159do_pydevshell[nostamp] = "1"
160do_pydevshell[network] = "1"