]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Oct 2024 10:58:04 +0000 (11:58 +0100)
commitc8e2dcc1f71aa33cc6e56dfdebebbe7ef010c944
treea8f34ccd4904ce2297fe2f1f0976a3e0298914d7
parent38343fe183877dc7a25c6747f9b84536ad818889
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>
meta/files/toolchain-shar-extract.sh