All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Watt <jpewhacker@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Cc: Joshua Watt <JPEWhacker@gmail.com>
Subject: [yocto][meta-mingw][PATCH] c-ares: Fix append
Date: Tue,  4 Aug 2026 09:29:03 -0600	[thread overview]
Message-ID: <20260804152903.929527-1-JPEWhacker@gmail.com> (raw)

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(-)

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



             reply	other threads:[~2026-08-04 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04 15:29 Joshua Watt [this message]
2026-08-04 15:37 ` [yocto][meta-mingw][PATCH v2] c-ares: Fix append Joshua Watt

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=20260804152903.929527-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.