From: Joshua Watt <jpewhacker@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Cc: Joshua Watt <JPEWhacker@gmail.com>
Subject: [yocto][meta-mingw][PATCH v2] c-ares: Fix append
Date: Tue, 4 Aug 2026 09:37:00 -0600 [thread overview]
Message-ID: <20260804153700.962926-1-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20260804152903.929527-1-JPEWhacker@gmail.com>
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 --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
prev parent reply other threads:[~2026-08-04 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 15:29 [yocto][meta-mingw][PATCH] c-ares: Fix append Joshua Watt
2026-08-04 15:37 ` Joshua Watt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260804153700.962926-1-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.