diff options
author | Martin Hundebøll <martin@geanix.com> | 2018-11-15 10:12:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-16 17:01:05 +0000 |
commit | 5f4fe91cb6c21cd3ecd0b68d1c6b46a9530c7570 (patch) | |
tree | a28502b6315c974a2a1e27834ed9d73660453b8d /README | |
parent | f0394e80a37f1da47042a1aa0487594f390603f9 (diff) | |
download | openembedded-core-5f4fe91cb6c21cd3ecd0b68d1c6b46a9530c7570.tar.gz openembedded-core-5f4fe91cb6c21cd3ecd0b68d1c6b46a9530c7570.tar.bz2 openembedded-core-5f4fe91cb6c21cd3ecd0b68d1c6b46a9530c7570.zip |
shadow: improve reproducibility by hard-coding shell path
The shadow configure script tries really hard to detect the running
shell to make sure it doesn't do unsupported calls.
On my system the shell is detected as /bin/sh, while a build in an
ubuntu docker it resolves to /bin/bash. And since the shell path is
baked into the target binaries through config.h, the build becomes
inreproducible.
Fix reproducibility by hard-coding the shell to be /bin/sh
Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions