aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-10-29 11:03:36 +0100
committerKhem Raj <raj.khem@gmail.com>2020-10-29 10:44:49 -0700
commitbe5eb3eba5bd0f58a2e9919693749249942592c3 (patch)
tree626eeaa14714ef6033e83d3bd488cfffac4c20dc /meta-oe/recipes-extended
parent164a6030b0c39d5259ce304e1f4aced991d47639 (diff)
downloadmeta-openembedded-be5eb3eba5bd0f58a2e9919693749249942592c3.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.12.0.bb2
1 files changed, 1 insertions, 1 deletions
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() {