[Buildroot] [git commit] package/yavta: disable -Werror

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 19 21:28:25 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b27fca6482f5bbbf41c602d5902b226c43ebf945
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fix build failure which is raised since bump to latest version in commit
87ba7be02fdd185668f86a59539343c70e1108e0

Fixes:
 - http://autobuild.buildroot.org/results/d5b4f69f46cef4dd11410fe48d21372cb883ae4a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/yavta/yavta.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/yavta/yavta.mk b/package/yavta/yavta.mk
index 984d0ff5e2..d16bee69b1 100644
--- a/package/yavta/yavta.mk
+++ b/package/yavta/yavta.mk
@@ -9,5 +9,6 @@ YAVTA_SITE = https://git.ideasonboard.org/git/yavta.git
 YAVTA_SITE_METHOD = git
 YAVTA_LICENSE = GPL-2.0+
 YAVTA_LICENSE_FILES = COPYING.GPL
+YAVTA_CONF_OPTS = -Dwerror=false
 
 $(eval $(meson-package))


More information about the buildroot mailing list