Files
meta-external-toolchain/core/recipes-extended/bash/bash_%.bbappend
Christopher Larson fdc6a24643 bash: use tcmode override
This ensures we pass yocto-check-layers.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2020-07-07 12:51:40 -07: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
}