summaryrefslogtreecommitdiff
path: root/system
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 /system
parent4427fe2821f569ba6d680ba3fc7c3caa3be4abdd (diff)
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 'system')
-rw-r--r--system/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in
index f9a3bda5a..875ed376b 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -158,7 +158,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
bool "Dynamic using devtmpfs + eudev"
- depends on BR2_USE_WCHAR
+ depends on BR2_USE_WCHAR # eudev
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # eudev
select BR2_PACKAGE_EUDEV