]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toolchain-shar-extract.sh: exit when post-relocate-setup.sh fails
authorChen Qi <Qi.Chen@windriver.com>
Wed, 9 Oct 2024 08:56:47 +0000 (01:56 -0700)
committerSteve Sakoman <steve@sakoman.com>
Fri, 22 Nov 2024 15:09:00 +0000 (07:09 -0800)
commit7050f445081801555614b264e1932e55538a7127
treee25152702c6d7a516c5e13293f9862af738dded3
parent13a2f43920c53f9f1bc5ec52eba9eb48da265ef6
toolchain-shar-extract.sh: exit when post-relocate-setup.sh fails

When LD_LIBRARY_PATH is set, post-relocate-setup.sh will fail and
exit properly. But such failure is ignored and the SDK installation
will continue and tell user that things succeed. This is misleading.
So exit immediately if post-relocate-setup.sh fails.

Fixes [Yocto #15586]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c8e2dcc1f71aa33cc6e56dfdebebbe7ef010c944)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/files/toolchain-shar-extract.sh