Files
meta-external-toolchain/core/recipes-extended/bash/bash_%.bbappend
Christopher Larson a7c70be6c6 bash: drop -B${gcc_bindir} from bash.pc
This triggers staging qa warnings otherwise.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2018-10-17 02:21:20 +05:00

4 lines
77 B
Bash

do_compile_append () {
sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
}