瀏覽代碼

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>
Alexander Kanavin 3 年之前
父節點
當前提交
be5eb3eba5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-oe/recipes-extended/collectd/collectd_5.12.0.bb

+ 1 - 1
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() {