From 64719ca9e9712f1f5c77d03129d952b34d494c11 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:13:08 +0100 Subject: [PATCH] libxml2: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-core/libxml/libxml2_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-core/libxml/libxml2_%.bbappend b/meta-oniro-core/recipes-core/libxml/libxml2_%.bbappend index 9c2b6fd1..3bef1876 100644 --- a/meta-oniro-core/recipes-core/libxml/libxml2_%.bbappend +++ b/meta-oniro-core/recipes-core/libxml/libxml2_%.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