summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 62dc958d9a..26c01c080a 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -21,6 +21,7 @@ addtask devshell after do_patch do_prepare_recipe_sysroot
21DEVSHELL_STARTDIR ?= "${S}" 21DEVSHELL_STARTDIR ?= "${S}"
22do_devshell[dirs] = "${DEVSHELL_STARTDIR}" 22do_devshell[dirs] = "${DEVSHELL_STARTDIR}"
23do_devshell[nostamp] = "1" 23do_devshell[nostamp] = "1"
24do_devshell[network] = "1"
24 25
25# devshell and fakeroot/pseudo need careful handling since only the final 26# devshell and fakeroot/pseudo need careful handling since only the final
26# command should run under fakeroot emulation, any X connection should 27# command should run under fakeroot emulation, any X connection should
@@ -154,3 +155,4 @@ python do_pydevshell() {
154addtask pydevshell after do_patch 155addtask pydevshell after do_patch
155 156
156do_pydevshell[nostamp] = "1" 157do_pydevshell[nostamp] = "1"
158do_pydevshell[network] = "1"