diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-09-20 10:27:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:15:30 +0100 |
commit | cad871b9ac22339e2d0566b3a7a52397a4c652c4 (patch) | |
tree | 276c60df63eba63dcecd40e57d9bb0cab22e99a4 /meta/recipes-extended/gzip | |
parent | 954fbe7f97ec081b8de9987549c911af14d20db7 (diff) | |
download | poky-cad871b9ac22339e2d0566b3a7a52397a4c652c4.tar.gz |
gzip_1.8.bb: improve reproducibility
Remove build host references from gzip-ptest package.
(From OE-Core rev: 3c9fec29a8151a669950e2c8e7835a8602efa664)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gzip')
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/gzip/gzip_1.8.bb b/meta/recipes-extended/gzip/gzip_1.8.bb index a0dec143db..d0932071c9 100644 --- a/meta/recipes-extended/gzip/gzip_1.8.bb +++ b/meta/recipes-extended/gzip/gzip_1.8.bb | |||
@@ -27,6 +27,10 @@ do_install_ptest() { | |||
27 | -e 's/^AWK = ..*/AWK = awk/' \ | 27 | -e 's/^AWK = ..*/AWK = awk/' \ |
28 | -e 's/^srcdir = ..*/srcdir = \./' \ | 28 | -e 's/^srcdir = ..*/srcdir = \./' \ |
29 | -e 's/^Makefile: ..*/Makefile: /' \ | 29 | -e 's/^Makefile: ..*/Makefile: /' \ |
30 | -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | ||
31 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | ||
32 | -e 's:${HOSTTOOLS_DIR}/::g' \ | ||
33 | -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \ | ||
30 | ${B}/tests/Makefile > ${D}${PTEST_PATH}/src/tests/Makefile | 34 | ${B}/tests/Makefile > ${D}${PTEST_PATH}/src/tests/Makefile |
31 | } | 35 | } |
32 | 36 | ||