bash_%.bbappend 141 B

12345
  1. do_compile:append:tcmode-external () {
  2. if [ -e support/bash.pc ] ; then
  3. sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
  4. fi
  5. }