From 65c49712b8d4b8c82cf2e092cb8ba42df1f51989 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:05:57 +0100 Subject: [PATCH] ltp: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-extended/ltp/ltp_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-extended/ltp/ltp_%.bbappend b/meta-oniro-core/recipes-extended/ltp/ltp_%.bbappend index fcd38d72..3213d51a 100644 --- a/meta-oniro-core/recipes-extended/ltp/ltp_%.bbappend +++ b/meta-oniro-core/recipes-extended/ltp/ltp_%.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