]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
devshell: Do not add scripts/git-intercept to PATH
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 8 Feb 2023 23:24:38 +0000 (00:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Feb 2023 09:24:56 +0000 (09:24 +0000)
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>
meta/classes-global/devshell.bbclass

index 03af56b7a223427d8b7107e0211803e6d98d89a5..4c23049cf06c348550ca64b1169b4a8ffd0cd02a 100644 (file)
@@ -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 ")