diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2023-02-09 00:24:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 09:25:44 +0000 |
| commit | 8a1e91934e1adca6be15947b0074928beff5a15e (patch) | |
| tree | bede4e67874a2956dedfff59e32f77cad460c37a | |
| parent | aa6cd06a9fe7db56f13492ad13f034d6936268a3 (diff) | |
| download | poky-8a1e91934e1adca6be15947b0074928beff5a15e.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).
(From OE-Core rev: f6c260c8e2a33e282a35afc99de4ef8cc1791b08)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes-global/devshell.bbclass | 2 |
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 | ||
| 9 | DEVSHELL = "${SHELL}" | 9 | DEVSHELL = "${SHELL}" |
| 10 | 10 | ||
| 11 | PATH:prepend:task-devshell = "${COREBASE}/scripts/git-intercept:" | ||
| 12 | |||
| 13 | python do_devshell () { | 11 | python 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 ") |
