]> 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>
Tue, 21 Mar 2023 02:38:51 +0000 (16:38 -1000)
commitad6aaa77f1d08b4ca66f46e318f1a09b645d9e23
treedf34cc06d4d33a154be42c544741e651afdd9963
parent9ececa2c36eff7c954d92e9d13a2fe8c1fae9bd2
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/toolchain-scripts.bbclass