summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-global/devshell.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes-global/devshell.bbclass b/meta/classes-global/devshell.bbclass
index 03af56b7a2..4c23049cf0 100644
--- a/meta/classes-global/devshell.bbclass
+++ b/meta/classes-global/devshell.bbclass
@@ -8,8 +8,6 @@ inherit terminal
8 8
9DEVSHELL = "${SHELL}" 9DEVSHELL = "${SHELL}"
10 10
11PATH:prepend:task-devshell = "${COREBASE}/scripts/git-intercept:"
12
13python do_devshell () { 11python do_devshell () {
14 if d.getVarFlag("do_devshell", "manualfakeroot"): 12 if d.getVarFlag("do_devshell", "manualfakeroot"):
15 d.prependVar("DEVSHELL", "pseudo ") 13 d.prependVar("DEVSHELL", "pseudo ")