blob: 661a69a10dc245cb33f15bf49bc201102eedf654 (
plain)
1
2
3
4
5
6
7
|
require glibc_${PV}.bb
require glibc-intermediate.inc
# gcc uses -Werror which break on a "you have no thumb interwork" _warning_
do_configure_prepend() {
sed -i s:-Werror:: ${S}/configure
}
|