projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd82bed
)
package/yavta: disable -Werror
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 17 Apr 2021 11:00:15 +0000
(13:00 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 19 Apr 2021 21:28:25 +0000
(23:28 +0200)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/yavta/yavta.mk
patch
|
blob
|
history
diff --git
a/package/yavta/yavta.mk
b/package/yavta/yavta.mk
index 984d0ff5e28716077a7f810af627d1452d4ef355..d16bee69b1173a6242691a300a1fa5c234d07627 100644
(file)
--- 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))