]> code.ossystems Code Review - openembedded-core.git/commit
files/toolchain-shar-extract.sh: Rework PATH cleaning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Mar 2020 13:43:44 +0000 (13:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Mar 2020 11:44:12 +0000 (11:44 +0000)
commit7674b63819aa7ca95ca5ca5477a5cce32e9691eb
tree467d3884a95fabb250fd7af7442546a34ad7d6e6
parent87c9602fd0dedc7bcf75b822aaf5f6ebfc17737c
files/toolchain-shar-extract.sh: Rework PATH cleaning

Trying to create a clean PATH breaks cases where we install a buildtools tarball
on hosts to provide newer versions of gcc. Rework the fix for #8698 to clean up
directories in PATH which don't exist isntead. Do it with python as the shell
version was too fraught with corner cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/toolchain-shar-extract.sh