* [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar
@ 2020-04-19 22:50 Fabrice Fontaine
2020-04-20 5:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-04-19 22:50 UTC (permalink / raw)
To: buildroot
exfatprogs unconditionally uses wchar_t in libexfat.h
Fixes:
- http://autobuild.buildroot.org/results/884bbaec2bbbff33c30a0bebda3d95198aa1281c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/exfatprogs/Config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/exfatprogs/Config.in b/package/exfatprogs/Config.in
index 99defb5b69..4f50427a68 100644
--- a/package/exfatprogs/Config.in
+++ b/package/exfatprogs/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_EXFATPROGS
bool "exfatprogs"
+ depends on BR2_USE_WCHAR
help
exFAT filesystem userspace utilities.
@@ -11,3 +12,6 @@ config BR2_PACKAGE_EXFATPROGS
programs in package/exfat-utils.
https://github.com/exfatprogs/exfatprogs
+
+comment "exfatprogs needs a toolchain w/ wchar"
+ depends on !BR2_USE_WCHAR
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar
2020-04-19 22:50 [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar Fabrice Fontaine
@ 2020-04-20 5:53 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-20 5:53 UTC (permalink / raw)
To: buildroot
On Mon, 20 Apr 2020 00:50:24 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> exfatprogs unconditionally uses wchar_t in libexfat.h
>
> Fixes:
> - http://autobuild.buildroot.org/results/884bbaec2bbbff33c30a0bebda3d95198aa1281c
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/exfatprogs/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-20 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19 22:50 [Buildroot] [PATCH 1/1] package/exfatprogs: needs wchar Fabrice Fontaine
2020-04-20 5:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox