[yocto][meta-mingw][PATCH v2] c-ares: Fix append

Joshua Watt <[email protected]> Tue, 4 Aug 2026 09:37:00 -0600
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <[email protected]>
The append needs a space prefixed to apply correctly

Signed-off-by: Joshua Watt <[email protected]>
---
 .../recipes-support/c-ares/c-ares_%.bbappend                   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend b/dynamic-layers/openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend
index 8ef58f9..4d1fe51 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend
@@ -1,2 +1 @@
-EXTRA_OECMAKE:append:mingw32 = "-DCARES_SHARED=OFF"
-EXTRA_OECMAKE:append:mingw32 = "-DCARES_STATIC=ON"
+EXTRA_OECMAKE:append:mingw32 = " -DCARES_SHARED=OFF -DCARES_STATIC=ON"
-- 
2.54.0