[oe-commits] [openembedded-core] 24/46: gzip_1.8.bb: improve reproducibility

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 22:13:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 120efbb41c4c1c7b043f2be63afc0fce7382abd1
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Wed Sep 20 10:27:17 2017 -0700

    gzip_1.8.bb: improve reproducibility
    
    Remove build host references from gzip-ptest package.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/gzip/gzip_1.8.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-extended/gzip/gzip_1.8.bb b/meta/recipes-extended/gzip/gzip_1.8.bb
index a0dec14..d093207 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() {
             -e 's/^AWK = ..*/AWK = awk/'                \
             -e 's/^srcdir = ..*/srcdir = \./'           \
             -e 's/^Makefile: ..*/Makefile: /'           \
+            -e 's,--sysroot=${STAGING_DIR_TARGET},,g'   \
+            -e 's|${DEBUG_PREFIX_MAP}||g' \
+            -e 's:${HOSTTOOLS_DIR}/::g'                 \
+            -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \
             ${B}/tests/Makefile > ${D}${PTEST_PATH}/src/tests/Makefile
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list