summaryrefslogtreecommitdiffstats
path: root/package/e2tools
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-12-26 20:52:35 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-28 21:03:04 +1300
commit5c5077e117212de88aed33fde5a02ba91f6fe834 (patch)
tree85712c463d71fe8f60e1605b17fc11b34774d28d /package/e2tools
parent4427fe2821f569ba6d680ba3fc7c3caa3be4abdd (diff)
downloadbuildroot-5c5077e117212de88aed33fde5a02ba91f6fe834.tar.gz
buildroot-5c5077e117212de88aed33fde5a02ba91f6fe834.zip
package: update comments for reverse dependencies of util-linux
Commit 006a328ad6be ("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit updates comments in Config.in for BR2_USE_WCHAR for reverse dependencies of util-linux which directly uses wchar now or when it is pulled from other dependencies. eudev doesn't use wchar directly, but needs C99 compiler. Autotools generate code with wchar_t for checking C99 compiler. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/e2tools')
-rw-r--r--package/e2tools/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2tools/Config.in b/package/e2tools/Config.in
index 5fc55a686e..75029f74aa 100644
--- a/package/e2tools/Config.in
+++ b/package/e2tools/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_E2TOOLS
bool "e2tools"
select BR2_PACKAGE_E2FSPROGS
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_USE_WCHAR # e2fsprogs
+ depends on BR2_USE_WCHAR # uses wchar_t
depends on BR2_USE_MMU # e2fsprogs
help
E2tools is a simple set of GPL'ed utilities to read, write,
OpenPOWER on IntegriCloud