Files
meta-external-toolchain/core/recipes-extended/bash/bash_%.bbappend
Christopher Larson a81f04f908 Convert to new overrides syntax for honister
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2021-09-01 16:38:22 +00:00

6 lines
141 B
Bash

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