Files
poky/meta/recipes-support
Changqing Li 0a4d64647d 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)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-04-29 13:28:10 +01:00
..
2025-04-10 11:05:34 +01:00
2025-03-27 11:19:04 +00:00
2025-04-03 11:06:19 +01:00
2024-02-03 22:08:26 +00:00
2024-10-11 12:17:02 +01:00
2025-03-19 09:48:14 +00:00
2025-03-13 11:00:35 +00:00
2025-03-06 11:16:46 +00:00
2025-02-27 10:55:16 +00:00
2025-04-10 11:05:35 +01:00
2022-04-14 09:47:00 +01:00
2025-03-18 10:27:31 +00:00
2024-08-09 22:33:38 +01:00
2025-02-05 12:49:55 +00:00
2025-02-18 22:53:44 +00:00
2025-01-10 11:26:29 +00:00
2025-03-17 22:38:32 +00:00
2024-08-28 09:14:27 +01:00
2023-06-28 07:56:33 +01:00
2022-12-22 23:05:50 +00:00
2024-11-18 22:09:02 +00:00
2025-02-20 11:57:49 +00:00
2024-10-11 12:17:02 +01:00
2024-01-24 15:46:19 +00:00
2025-04-03 11:06:19 +01:00
2025-03-06 11:16:47 +00:00
2025-04-03 11:06:19 +01:00
2025-03-17 22:38:32 +00:00
2024-08-28 09:14:26 +01:00
2024-08-29 21:58:19 +01:00
2025-04-03 11:06:19 +01:00
2025-03-27 11:19:03 +00:00
2025-03-06 11:16:47 +00:00
2024-11-27 14:58:48 +00:00
2024-08-28 09:14:27 +01:00
2024-07-16 11:25:29 +01:00
2022-11-22 12:26:46 +00:00
2025-03-06 11:16:47 +00:00
2024-06-25 11:50:58 +01:00
2025-02-21 13:08:44 +00:00
2025-03-20 11:29:03 +00:00
2024-09-04 12:38:44 +01:00
2024-12-05 17:07:10 +00:00
2025-01-03 10:51:27 +00:00