collect: do not build with -Werror

The option is prone to unwanted regressions, particularly
new version of python has introduced new deprecations, which
broke the build.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2020-10-29 11:03:36 +01:00
committed by Khem Raj
parent 164a6030b0
commit be5eb3eba5
@@ -56,7 +56,7 @@ EXTRA_OECONF = " \
${FPLAYOUT} \
--disable-perl --with-libperl=no --with-perl-bindings=no \
--with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \
--disable-notify_desktop \
--disable-notify_desktop --disable-werror \
"
do_install_append() {