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

The script generated by the sdk_ext_postinst function 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 00e96bf250eaaded839caf465dbc0af5b604aed7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-recipe/populate_sdk_ext.bbclass