From 87c79962ca68cf1c620a1def31c6971a2dcb0f71 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 8 Dec 2021 17:44:51 +0100
Subject: [PATCH] cairo: Fix override syntax

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-oniro-core/recipes-graphics/cairo/cairo_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-core/recipes-graphics/cairo/cairo_%.bbappend b/meta-oniro-core/recipes-graphics/cairo/cairo_%.bbappend
index 7d81f0d4..80d4361a 100644
--- a/meta-oniro-core/recipes-graphics/cairo/cairo_%.bbappend
+++ b/meta-oniro-core/recipes-graphics/cairo/cairo_%.bbappend
@@ -9,4 +9,4 @@
 # Removing -Werror=array-bounds here allows us to use -Werror=array-bounds
 # globally in OPTIMIZE_FOR=security mode while keeping mesa building.
 
-TARGET_CFLAGS_remove = "-Werror=array-bounds"
+TARGET_CFLAGS:remove = "-Werror=array-bounds"
-- 
GitLab