mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
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() {
|
||||
|
||||
Reference in New Issue
Block a user