mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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: 54dfb8bf6836013ac7fc6112fce9daaf6e719515) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit f6c260c8e2a33e282a35afc99de4ef8cc1791b08) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
551595a3f3
commit
3add175a8e
@@ -8,8 +8,6 @@ inherit terminal
|
|||||||
|
|
||||||
DEVSHELL = "${SHELL}"
|
DEVSHELL = "${SHELL}"
|
||||||
|
|
||||||
PATH:prepend:task-devshell = "${COREBASE}/scripts/git-intercept:"
|
|
||||||
|
|
||||||
python do_devshell () {
|
python do_devshell () {
|
||||||
if d.getVarFlag("do_devshell", "manualfakeroot"):
|
if d.getVarFlag("do_devshell", "manualfakeroot"):
|
||||||
d.prependVar("DEVSHELL", "pseudo ")
|
d.prependVar("DEVSHELL", "pseudo ")
|
||||||
|
|||||||
Reference in New Issue
Block a user