]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package: update comments for reverse dependencies of util-linux
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>
Mon, 26 Dec 2016 15:22:35 +0000 (20:52 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Jan 2017 08:03:04 +0000 (21:03 +1300)
commit5c5077e117212de88aed33fde5a02ba91f6fe834
tree85712c463d71fe8f60e1605b17fc11b34774d28d
parent4427fe2821f569ba6d680ba3fc7c3caa3be4abdd
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>
package/e2tools/Config.in
package/eudev/Config.in
package/f2fs-tools/Config.in
package/freeswitch/Config.in
package/gupnp/Config.in
package/lttng-babeltrace/Config.in
package/lttng-libust/Config.in
package/samba4/Config.in
package/taskd/Config.in
package/xen/Config.in
system/Config.in