mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ccf65a6b47
commit
477925617d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user