summaryrefslogtreecommitdiffstats
path: root/meta/classes/sign_rpm.bbclass
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-22 21:07:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-29 13:28:10 +0100
commit0a4d64647d3bbbaf861e3c50692faba85a241b8b (patch)
tree11404c214e4aeb643d694eac57fbb7a25e479392 /meta/classes/sign_rpm.bbclass
parent781d7b2082a3533b5d0016aacf8ec27eba1203b6 (diff)
downloadpoky-master.tar.gz
icu: set ac_cv_path_install to ensure install tool reproducibilityHEADmaster
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>
Diffstat (limited to 'meta/classes/sign_rpm.bbclass')
0 files changed, 0 insertions, 0 deletions