]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
toolchain-scripts: Handle spaces within user $PATH
authorKenfe-Mickael Laventure <mickael.laventure@gmail.com>
Thu, 9 Mar 2023 19:49:21 +0000 (11:49 -0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Mar 2023 14:35:11 +0000 (04:35 -1000)
commita4129420a7fcc1f56c20b0c64a22dd06d5ffdfa3
tree2d224c26f30f0e39244075fad6258e115ddc5520
parentfd41d4690dab401e87240390b7d4c5d610932a1e
toolchain-scripts: Handle spaces within user $PATH

The environment-setup script generated by the recipe was not quoting the
user existing PATH when updating it causing the export command to fail.

Add necessary double quotes around $PATH.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 42177ff2d45ee70ad00917bb6fbabca49dae4f59)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-recipe/toolchain-scripts.bbclass