diff options
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index dbb803ddef..4cf1054967 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
| @@ -78,8 +78,13 @@ do_install_ptest () { | |||
| 78 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | 78 | -e 's|${DEBUG_PREFIX_MAP}||g' \ |
| 79 | -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" \ | 79 | -e "s,${S},,g" -e "s,${B},,g" -e "s,${STAGING_DIR_NATIVE},,g" \ |
| 80 | -e 's:${HOSTTOOLS_DIR}/::g' \ | 80 | -e 's:${HOSTTOOLS_DIR}/::g' \ |
| 81 | -e 's:${UNINATIVE_LOADER}:${base_bindir}/false:g' \ | ||
| 81 | ${D}${PTEST_PATH}/Makefile | 82 | ${D}${PTEST_PATH}/Makefile |
| 82 | } | 83 | } |
| 84 | # The uninative loader is different on i386 & x86_64 hosts. Since it is only | ||
| 85 | # being replaced with /bin/false anyway, it doesn't need to be part of the task | ||
| 86 | # hash | ||
| 87 | do_install_ptest[vardepsexclude] += "UNINATIVE_LOADER" | ||
| 83 | 88 | ||
| 84 | pkg_postinst_${PN} () { | 89 | pkg_postinst_${PN} () { |
| 85 | grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells | 90 | grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells |
