Lines Matching full:bash
2 HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html"
3 DESCRIPTION = "Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE …
11 EXTRA_OECONF = "--enable-job-control --without-bash-malloc bash_cv_wexitstatus_offset=8"
21 # Disable bracketed paste mode by default (enabled by default in bash 5.1). It
25 ALTERNATIVE:${PN} = "bash sh"
26 ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash"
27 ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash"
29 ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}"
56 # Remove any leftover .build files. This ensures that bash always has the
71 # Move /usr/bin/bash to /bin/bash, if need
74 mv ${D}${bindir}/bash ${D}${base_bindir}
85 # Clean buildhost references in bash.pc
87 ${D}${libdir}/pkgconfig/bash.pc
94 ${D}${libdir}/bash/Makefile.inc
111 install -D ${UNPACKDIR}/run-bash-ptests ${D}${PTEST_PATH}/run-bash-ptests
126 …grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfd…
130 printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
134 FILES:${PN} = "${bindir}/bash ${base_bindir}/bash.bash"
139 FILES:${PN}-loadable += "${libdir}/bash/*"
143 …:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}"