mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2942 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
195 B
BlitzBasic
10 lines
195 B
BlitzBasic
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
|
|
}
|
|
|
|
|