From a7c70be6c684d1743d61cb37bc2c4e3ae9362c0f Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 17 Oct 2018 02:21:20 +0500 Subject: [PATCH] bash: drop -B${gcc_bindir} from bash.pc This triggers staging qa warnings otherwise. Signed-off-by: Christopher Larson --- core/recipes-extended/bash/bash_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/recipes-extended/bash/bash_%.bbappend diff --git a/core/recipes-extended/bash/bash_%.bbappend b/core/recipes-extended/bash/bash_%.bbappend new file mode 100644 index 0000000..461b21d --- /dev/null +++ b/core/recipes-extended/bash/bash_%.bbappend @@ -0,0 +1,3 @@ +do_compile_append () { + sed -i -e 's#-B${gcc_bindir}##' support/bash.pc +}