All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/yavta: disable -Werror
@ 2021-04-17 11:00 Fabrice Fontaine
  2021-04-19 21:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-04-17 11:00 UTC (permalink / raw)
  To: buildroot

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>
---
 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))
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/yavta: disable -Werror
  2021-04-17 11:00 [Buildroot] [PATCH 1/1] package/yavta: disable -Werror Fabrice Fontaine
@ 2021-04-19 21:28 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-04-19 21:28 UTC (permalink / raw)
  To: buildroot

On Sat, 17 Apr 2021 13:00:15 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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>
> ---
>  package/yavta/yavta.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-19 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17 11:00 [Buildroot] [PATCH 1/1] package/yavta: disable -Werror Fabrice Fontaine
2021-04-19 21:28 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.