bash: use tcmode override

This ensures we pass yocto-check-layers.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2020-05-28 21:15:37 +05:00
committed by Christopher Larson
parent 2cb87790ab
commit fdc6a24643

View File

@@ -1,4 +1,4 @@
do_compile_append () {
do_compile_append_tcmode-external () {
if [ -e support/bash.pc ] ; then
sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
fi