[yocto][meta-mingw][PATCH] c-ares: Fix append
Joshua Watt <[email protected]> Tue, 4 Aug 2026 09:29:03 -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]> --- .../openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..84330d8 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,2 @@ EXTRA_OECMAKE:append:mingw32 = "-DCARES_SHARED=OFF" -EXTRA_OECMAKE:append:mingw32 = "-DCARES_STATIC=ON" +EXTRA_OECMAKE:append:mingw32 = " -DCARES_STATIC=ON" -- 2.54.0