summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-rw-r--r--meta/recipes-extended/bash/bash.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 2c3e605511..7832ad052b 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -102,6 +102,7 @@ do_install_ptest () {
102 install -D ${WORKDIR}/run-bash-ptests ${D}${PTEST_PATH}/run-bash-ptests 102 install -D ${WORKDIR}/run-bash-ptests ${D}${PTEST_PATH}/run-bash-ptests
103 sed -i -e 's/^Makefile/_Makefile/' -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ 103 sed -i -e 's/^Makefile/_Makefile/' -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \
104 -e 's|${DEBUG_PREFIX_MAP}||g' \ 104 -e 's|${DEBUG_PREFIX_MAP}||g' \
105 -e 's|${BUILD_LDFLAGS}||g' \
105 -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" \ 106 -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" \
106 -e 's:${HOSTTOOLS_DIR}/::g' \ 107 -e 's:${HOSTTOOLS_DIR}/::g' \
107 -e 's:${UNINATIVE_LOADER}:${base_bindir}/false:g' \ 108 -e 's:${UNINATIVE_LOADER}:${base_bindir}/false:g' \