From 05b05087776cb66a3e7b38812afd86c55766e027 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:53:43 +0100 Subject: [PATCH] grub: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-bsp/grub/grub_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-bsp/grub/grub_%.bbappend b/meta-oniro-core/recipes-bsp/grub/grub_%.bbappend index b9147ff3..1a81aa19 100644 --- a/meta-oniro-core/recipes-bsp/grub/grub_%.bbappend +++ b/meta-oniro-core/recipes-bsp/grub/grub_%.bbappend @@ -9,4 +9,4 @@ # Removing -Werror=array-bounds here allows us to use -Werror=array-bounds # globally in OPTIMIZE_FOR=security mode. -TARGET_CFLAGS_remove = "-Werror=array-bounds" +TARGET_CFLAGS:remove = "-Werror=array-bounds" -- GitLab