diff options
Diffstat (limited to 'meta/recipes-extended/gzip/gzip_1.8.bb')
| -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 | ||
