| Message ID | 20260804152903.929527-1-JPEWhacker@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-mingw] c-ares: Fix append | expand |
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"
The append needs a space prefixed to apply correctly Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- .../openembedded-layer/recipes-support/c-ares/c-ares_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)