mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
network-manager-applet: Remove all occurances of -Werror in makefiles
There are options like -Werror=foo which get trimmed to =foo and results in compiler fails Fixes | aarch64-bec-linux-gcc: error: =format-security: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
52919077a3
commit
194322b550
@ -20,7 +20,7 @@ PACKAGECONFIG ??= ""
|
||||
do_configure_append() {
|
||||
# Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
|
||||
for i in $(find ${B} -name "Makefile") ; do
|
||||
sed -i -e s:-Werror::g $i
|
||||
sed -i -e s%-Werror[^[:space:]]*%%g $i
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user