瀏覽代碼

bash: use tcmode override

This ensures we pass yocto-check-layers.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson 4 年之前
父節點
當前提交
fdc6a24643
共有 1 個文件被更改,包括 1 次插入1 次删除
  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