From 6bd665ba228ae248cd7c4256b7cdf6a4a957c642 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:44:31 +0100 Subject: [PATCH] mesa: Fix override syntax Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-graphics/mesa/mesa_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-graphics/mesa/mesa_%.bbappend b/meta-oniro-core/recipes-graphics/mesa/mesa_%.bbappend index dbb6ed71..411487c8 100644 --- a/meta-oniro-core/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-oniro-core/recipes-graphics/mesa/mesa_%.bbappend @@ -24,4 +24,4 @@ # use these flags globally in OPTIMIZE_FOR=security mode while keeping # mesa building. -TARGET_CFLAGS_remove = "-Werror=array-bounds -Wformat-nonliteral -Werror=format-nonliteral" +TARGET_CFLAGS:remove = "-Werror=array-bounds -Wformat-nonliteral -Werror=format-nonliteral" -- GitLab