]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
icu: set ac_cv_path_install to ensure install tool reproducibility
authorChangqing Li <changqing.li@windriver.com>
Tue, 22 Apr 2025 13:07:02 +0000 (21:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Apr 2025 12:28:07 +0000 (13:28 +0100)
commit208143e060cda6e22ae1e8c618e033fa9144b323
tree52ba7cc6d570d40ba2e5a5c6c280a2b1944bd8c9
parent01f2b3f09c3c9999e75f15c9041a0668cb6bb580
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]
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/icu/icu_76-1.bb