From fdc6a24643f3cf3e99438b5f62a5235d8751ec56 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 28 May 2020 21:15:37 +0500 Subject: [PATCH] bash: use tcmode override This ensures we pass yocto-check-layers. Signed-off-by: Christopher Larson --- core/recipes-extended/bash/bash_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/recipes-extended/bash/bash_%.bbappend b/core/recipes-extended/bash/bash_%.bbappend index 75a9207..bd143ff 100644 --- a/core/recipes-extended/bash/bash_%.bbappend +++ b/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