From e0ba787f4525385716098d5862f0d8aa95cb311c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:53:58 +0100 Subject: [PATCH] grub-efi: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-bsp/grub/grub-efi_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-bsp/grub/grub-efi_%.bbappend b/meta-oniro-core/recipes-bsp/grub/grub-efi_%.bbappend index b9147ff3..1a81aa19 100644 --- a/meta-oniro-core/recipes-bsp/grub/grub-efi_%.bbappend +++ b/meta-oniro-core/recipes-bsp/grub/grub-efi_%.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