mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
openssl-ptest: improve reproducibility
Remove buildhost references from Makefile and Configure. (From OE-Core rev: 891e33f4ad0919f5b3be77cd63260121d62b6ee7) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8668495611
commit
ac6ae1467d
@@ -261,6 +261,12 @@ do_install_ptest () {
|
||||
for d in ssltest_old v3ext x509aux; do
|
||||
rm -rf ${D}${libdir}/${BPN}/ptest/test/$d
|
||||
done
|
||||
|
||||
# Remove build host references
|
||||
sed -i \
|
||||
-e 's,--sysroot=${STAGING_DIR_TARGET},,g' \
|
||||
-e 's|${DEBUG_PREFIX_MAP}||g' \
|
||||
${D}${PTEST_PATH}/Makefile ${D}${PTEST_PATH}/Configure
|
||||
}
|
||||
|
||||
do_install_append_class-native() {
|
||||
|
||||
Reference in New Issue
Block a user