summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r--meta/recipes-extended/bash/bash.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index d3e1dfdb30..7350601c65 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -91,6 +91,9 @@ do_install_append_class-target () {
91do_install_ptest () { 91do_install_ptest () {
92 make INSTALL_TEST_DIR=${D}${PTEST_PATH}/tests install-test 92 make INSTALL_TEST_DIR=${D}${PTEST_PATH}/tests install-test
93 cp ${B}/Makefile ${D}${PTEST_PATH} 93 cp ${B}/Makefile ${D}${PTEST_PATH}
94 cp ${B}/config.h ${D}${PTEST_PATH}
95 cp ${B}/version.h ${D}${PTEST_PATH}
96 cp ${S}/y.tab.[ch] ${D}${PTEST_PATH}
94 install -D ${WORKDIR}/run-bash-ptests ${D}${PTEST_PATH}/run-bash-ptests 97 install -D ${WORKDIR}/run-bash-ptests ${D}${PTEST_PATH}/run-bash-ptests
95 sed -i -e 's/^Makefile/_Makefile/' -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ 98 sed -i -e 's/^Makefile/_Makefile/' -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \
96 -e 's|${DEBUG_PREFIX_MAP}||g' \ 99 -e 's|${DEBUG_PREFIX_MAP}||g' \