From: Peter Kjellerstedt <[email protected]> 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 <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> (cherry picked from commit f6c260c8e2a33e282a35afc99de4ef8cc1791b08) Signed-off-by: Steve Sakoman <[email protected]> --- meta/classes/devshell.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index b6212ebd89..76dd0b42ee 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass @@ -2,8 +2,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 ") -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#178145): https://lists.openembedded.org/g/openembedded-core/message/178145 Mute This Topic: https://lists.openembedded.org/mt/97461060/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
