From b61873fae6e5781fc2df7e9433daca023387dc26 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Mon, 28 Aug 2017 13:28:19 -0700 Subject: zlib_1.2.11.bb: remove build host references Remove build host references from libz-ptest package. [YOCTO #11668] Signed-off-by: Juro Bystricky Signed-off-by: Richard Purdie --- meta/recipes-core/zlib/zlib_1.2.11.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/zlib/zlib_1.2.11.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb index ba216f679a..6410519882 100644 --- a/meta/recipes-core/zlib/zlib_1.2.11.bb +++ b/meta/recipes-core/zlib/zlib_1.2.11.bb @@ -45,6 +45,11 @@ do_install_ptest() { install ${B}/minigzip ${D}${PTEST_PATH} install ${B}/examplesh ${D}${PTEST_PATH} install ${B}/minigzipsh ${D}${PTEST_PATH} + + # Remove buildhost references... + sed -i -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ + -e 's|${DEBUG_PREFIX_MAP}||g' \ + ${D}${PTEST_PATH}/Makefile } # Move zlib shared libraries for target builds to $base_libdir so the library -- cgit 1.2.3-korg