summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2023-02-09 00:24:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-10 09:24:56 +0000
commitf6c260c8e2a33e282a35afc99de4ef8cc1791b08 (patch)
tree64fe349bb2e524962382eab9be2d7ff6424939a5
parent515ce47f62d34daababb65d206bdae8c4e1e548f (diff)
downloadopenembedded-core-contrib-f6c260c8e2a33e282a35afc99de4ef8cc1791b08.tar.gz
devshell: Do not add scripts/git-intercept to PATH
The use of scripts/git-intercept was introduced in commit 3266c327df (install/devshell: Introduce git intercept script due to fakeroot issues) and later reverted in commit af27c81eaf (scripts: Make git intercept global). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
-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
DEVSHELL = "${SHELL}"
-PATH:prepend:task-devshell = "${COREBASE}/scripts/git-intercept:"
-
python do_devshell () {
if d.getVarFlag("do_devshell", "manualfakeroot"):
d.prependVar("DEVSHELL", "pseudo ")