diff options
author | Daniel Wagenknecht <dwagenknecht@emlix.com> | 2025-09-09 09:42:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-11 11:31:57 +0100 |
commit | a1bd1174ce5edd6edab79964f38efd02952b0529 (patch) | |
tree | b079b4a988516652b06e04ad1a623423aaaec520 /scripts/lib/scriptpath.py | |
parent | 7882955c3b44c237c415a5b208a39ca0cbc8265b (diff) | |
download | poky-a1bd1174ce5edd6edab79964f38efd02952b0529.tar.gz |
buildtools-tarball: handle missing host pkg-config gracefully
The host might not have pkg-config installed, which is OK when using the
buildtools-extended-tarball, since that contains pkg-config. So the command in
the generated environment-setup-* script for setting HOST_PKG_PATH is expected
to fail in some cases without this being an error.
The generated environment-setup-* script might be sourced in a shell with
activated `errexit` option. Prevent the expected failure of this command from
being treated as an error.
The only usage of the HOST_PKG_PATH variable is in this script and already
handles the case of the variable being empty. The variable is not exposed to
anywhere outside this script so the effects of this change are limited to this
script.
(From OE-Core rev: 049a802cef23f9ecb5d373c0d27753a891a4b5a6)
Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions