diff mbox series

[meta-mingw,v2] c-ares: Fix append

Message ID 20260804153700.962926-1-JPEWhacker@gmail.com
State New
Headers show
Series [meta-mingw,v2] c-ares: Fix append | expand

Commit Message

Joshua Watt Aug. 4, 2026, 3:37 p.m. UTC
The append needs a space prefixed to apply correctly

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 .../recipes-support/c-ares/c-ares_%.bbappend                   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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"