From: Peter Kjellerstedt Date: Wed, 8 Feb 2023 23:24:38 +0000 (+0100) Subject: devshell: Do not add scripts/git-intercept to PATH X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c260c8e2a33e282a35afc99de4ef8cc1791b08;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Luca Ceresoli --- diff --git a/meta/classes-global/devshell.bbclass b/meta/classes-global/devshell.bbclass index 03af56b7a22..4c23049cf06 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 ")