소스 검색

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