All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brandon Maier <brandon.maier@gmail.com>
To: buildroot@buildroot.org
Cc: Brandon Maier <brandon.maier@gmail.com>,
	Bagas Sanjaya <bagasdotme@gmail.com>
Subject: [Buildroot] [PATCH] package/git: require wchar
Date: Wed, 09 Oct 2024 20:44:24 -0500	[thread overview]
Message-ID: <20241009-git-2-47-0-wchar-v1-1-23c261a5fdc7@gmail.com> (raw)

The latest release of git ported its unit-testing framework to a new
library that uses wchar.

Commit that added wchar: https://github.com/git/git/commit/9b7caa2809cba618f2af702d35b12bc99535f2b9
Fixes: http://autobuild.buildroot.org/results/15e/15e2f470ae6ba0c9c4bf40f306955aaa317bf87e//

Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
---
 package/git/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/git/Config.in b/package/git/Config.in
index d53921d7d533b40ab37eb645baa87b6ebdd1b03b..44e38430d2fea7b1e6d447de802be4111d7acfdd 100644
--- a/package/git/Config.in
+++ b/package/git/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_GIT
 	bool "git"
 	depends on BR2_USE_MMU # uses fork()
+	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	help

---
base-commit: 449d72426bf78c744b8aa0aaec029ba926c70337
change-id: 20241009-git-2-47-0-wchar-69af60ad5893

Best regards,
-- 
Brandon Maier <brandon.maier@gmail.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2024-10-10  1:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-10  1:44 Brandon Maier [this message]
2024-10-10  8:08 ` [Buildroot] [PATCH] package/git: require wchar Thomas Petazzoni via buildroot

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=20241009-git-2-47-0-wchar-v1-1-23c261a5fdc7@gmail.com \
    --to=brandon.maier@gmail.com \
    --cc=bagasdotme@gmail.com \
    --cc=buildroot@buildroot.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.