From be5eb3eba5bd0f58a2e9919693749249942592c3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 29 Oct 2020 11:03:36 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb index b9e735f27d..f84a91adf1 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb @@ -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() {