summaryrefslogtreecommitdiffstats
path: root/package/lttng-libust
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/lttng-libust
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/lttng-libust')
-rw-r--r--package/lttng-libust/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lttng-libust/Config.in b/package/lttng-libust/Config.in
index ce60599557..4aba18886e 100644
--- a/package/lttng-libust/Config.in
+++ b/package/lttng-libust/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_LTTNG_LIBUST
select BR2_PACKAGE_LIBURCU
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
- depends on BR2_USE_WCHAR # util-linux
+ depends on BR2_USE_WCHAR # uses wchar_t
# liburcu only works on some architectures and requires threads support"
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud