diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-05-12 13:09:23 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-19 08:57:20 -0700 |
commit | f780b27120085ce2d69f287e7d551f03576444f2 (patch) | |
tree | 9373d568d4edb4f7bcbce3aff12d27bd1c5ab4a9 /documentation/dev-manual/python-development-shell.rst | |
parent | 8b86f5919798b8a52e0340ed944f9bf24fbac9c6 (diff) | |
download | poky-f780b27120085ce2d69f287e7d551f03576444f2.tar.gz |
icu: set ac_cv_path_install to ensure install tool reproducibility
icu will check program install path during do_configure, eg:
checking for a BSD-compatible install... /path/to/install -c
And this path will be writen into pkgdata.inc:
INSTALL_CMD=$(INSTALL-L)
Decided by if install is installed into recipe-sysroot-native during
do_configure stage, the INSTALL_CMD could be
/build/tmp/work/corei7-64-wrs-linux/icu/76-1/recipe-sysroot-native/usr/bin/install
or /build/tmp/hosttools/install if the build is rerun after the sysroot was
extended.
set ac_cv_path_install to install under hosttools to make a deterministic
result of INSTALL_CMD, avoid vary caused by the execute sequence of
another task which DEPENDS on coreutils-native and independent with
do_configure
[RP: Removed paths from ac_cv_path_install to simplify and avoid QA error too]
(From OE-Core rev: 208143e060cda6e22ae1e8c618e033fa9144b323)
(From OE-Core rev: 60a38959a5b740b16044bf8644046b3ed4816ae7)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/python-development-shell.rst')
0 files changed, 0 insertions, 0 deletions