diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2018-01-04 12:24:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-19 23:53:34 +0000 |
commit | 5dc6fd13c53bf69fb9ce7c0243e6ea3dd700596d (patch) | |
tree | b004a12c42a26a94ceda59249f3c05bc71255809 | |
parent | 50189fdf620bc9ca42065998ce8c5a796ad8c331 (diff) | |
download | poky-5dc6fd13c53bf69fb9ce7c0243e6ea3dd700596d.tar.gz |
openssl-ptest: improve reproducibility
Remove buildhost references from Makefile and Configure.
(From OE-Core rev: d2ddc9986371c816cefee726e72aba6f09a816d7)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 891e33f4ad0919f5b3be77cd63260121d62b6ee7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index a710e9e25a..23f97d76b3 100644 --- a/meta/recipes-connectivity/openssl/openssl10.inc +++ b/meta/recipes-connectivity/openssl/openssl10.inc | |||
@@ -255,6 +255,12 @@ do_install_ptest () { | |||
255 | for d in ssltest_old v3ext x509aux; do | 255 | for d in ssltest_old v3ext x509aux; do |
256 | rm -rf ${D}${libdir}/${BPN}/ptest/test/$d | 256 | rm -rf ${D}${libdir}/${BPN}/ptest/test/$d |
257 | done | 257 | done |
258 | |||
259 | # Remove build host references | ||
260 | sed -i \ | ||
261 | -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | ||
262 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | ||
263 | ${D}${PTEST_PATH}/Makefile ${D}${PTEST_PATH}/Configure | ||
258 | } | 264 | } |
259 | 265 | ||
260 | do_install_append_class-native() { | 266 | do_install_append_class-native() { |