mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
This ensures we pass yocto-check-layers. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
6 lines
141 B
Bash
6 lines
141 B
Bash
do_compile_append_tcmode-external () {
|
|
if [ -e support/bash.pc ] ; then
|
|
sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
|
|
fi
|
|
}
|