summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch
new file mode 100644
index 000000000..663a80ecd
--- /dev/null
+++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/0002-meson.build-do-not-use-Werror.patch
@@ -0,0 +1,29 @@
1From 668ee79f39614ad758edd44c42b8b0eff57877cf Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de>
3Date: Sun, 3 Oct 2021 21:52:16 +0200
4Subject: [PATCH] meson.build: do not use -Werror
5
6Upstream-Status: Inappropriate [oe specific]
7
8Signed-off-by: Alexander Kanavin <alex@linutronix.de>
9Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
10---
11 meson.build | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/meson.build b/meson.build
15index 30f33fe2..0b214795 100644
16--- a/meson.build
17+++ b/meson.build
18@@ -4,7 +4,7 @@ project('netplan', 'c',
19 default_options: [
20 'c_std=c99',
21 'warning_level=2',
22- 'werror=true',
23+ 'werror=false',
24 ],
25 meson_version: '>= 0.61.0',
26 )
27--
282.25.1
29