From aac2f0f97786bac0277d49fe50dd4cbb403d3bc1 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:31:11 +0100 Subject: [PATCH] libgcrypt: Fix override syntax Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-support/libgcrypt/libgcrypt_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-support/libgcrypt/libgcrypt_%.bbappend b/meta-oniro-core/recipes-support/libgcrypt/libgcrypt_%.bbappend index 96704ea8..170408d2 100644 --- a/meta-oniro-core/recipes-support/libgcrypt/libgcrypt_%.bbappend +++ b/meta-oniro-core/recipes-support/libgcrypt/libgcrypt_%.bbappend @@ -8,4 +8,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