[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7452/8267] zlib_1.2.11.bb: remove build host references



commit 477925617dd459b3cc2ccb2a7fbc041f05859770
Author: Juro Bystricky <juro bystricky intel com>
Date:   Mon Aug 28 13:28:19 2017 -0700

    zlib_1.2.11.bb: remove build host references
    
    Remove build host references from libz-ptest package.
    
    [YOCTO #11668]
    
    (From OE-Core rev: b61873fae6e5781fc2df7e9433daca023387dc26)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/zlib/zlib_1.2.11.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/zlib/zlib_1.2.11.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb
index ba216f6..6410519 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]