Browse Source

bash: use tcmode override

This ensures we pass yocto-check-layers.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 4 years ago
parent
commit
fdc6a24643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/recipes-extended/bash/bash_%.bbappend

+ 1 - 1
core/recipes-extended/bash/bash_%.bbappend

@@ -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