]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
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)
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

index 5fc55a686e5f5a4bf6b2924cdfc47148230b2999..75029f74aae7f213e4c21d6b77afc8ccabe7e98f 100644 (file)
@@ -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,
index 64126758fca03ed9841a9abfef0d0a60e5bc4d0c..02fcc7e14bcba0ba41523d633fc315f4525061cb 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_EUDEV
        bool "eudev"
        depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
        depends on BR2_USE_MMU # uses fork()
-       depends on BR2_USE_WCHAR # util-linux
+       depends on BR2_USE_WCHAR # needs C99 compiler
        depends on !BR2_STATIC_LIBS # kmod
        select BR2_PACKAGE_HAS_UDEV
        select BR2_PACKAGE_UTIL_LINUX
index 6a98e79cd787ce44ca9ef15167c75183a19b58a9..ab81734de2dd258590eda89bcca4b5377fb21b0e 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_F2FS_TOOLS
        bool "f2fs-tools"
        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
        help
          Tools for Flash-Friendly File System (F2FS)
 
index 0156afd27d852147ace4924b2a124de17d431eb4..1f6459335d91b3425870d0727086f7019989bbd7 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_FREESWITCH
        depends on !BR2_STATIC_LIBS # apr, included in freeswitch source
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # apr, included in freeswitch source
-       depends on BR2_USE_WCHAR # libuuid
+       depends on BR2_USE_WCHAR # uses wchar_t
        select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
        select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
        select BR2_PACKAGE_LIBCURL
index a5ecab771e0451da90af3c69f4560479dfca13e8..3074a42797774351655e4dcd61c0e21a3e41b1a7 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_GUPNP
        bool "gupnp"
-       depends on BR2_USE_WCHAR # glib2, gssdp, util-linux
+       depends on BR2_USE_WCHAR # glib2, gssdp
        depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
        depends on BR2_USE_MMU # glib2, gssdp
        select BR2_PACKAGE_LIBGLIB2
index 9634a4d3a6ea5b29ad11e84451ff5022a9549039..09fab4492b16b7dc4f2c3c38b3785c62be62d324 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LTTNG_BABELTRACE
        select BR2_PACKAGE_UTIL_LINUX_LIBUUID
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_POPT
-       depends on BR2_USE_WCHAR # libglib2, util-linux
+       depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
        depends on BR2_USE_MMU # libglib2
        help
index ce605995579341a9245b2c560ebe8b959fab5bbc..4aba18886eb9f3a0a68b96eff6576b3a4146c45b 100644 (file)
@@ -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
index 5ae2c366ab0af0c9221de49cfaa5cfdb15f95608..ce97bea84f60b58bbc51692363f432ac75a7cc08 100644 (file)
@@ -7,7 +7,7 @@ comment "samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads"
 config BR2_PACKAGE_SAMBA4
        bool "samba4"
        depends on BR2_USE_MMU # fork()
-       depends on BR2_USE_WCHAR # e2fsprogs
+       depends on BR2_USE_WCHAR # python
        depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
        depends on BR2_TOOLCHAIN_HAS_THREADS # python -> libffi
        depends on !BR2_STATIC_LIBS # python
index 7a9a136034a880fde153289450d845af24412b40..7d26abaae3850f471db7faa7c170f9a90bb7c18f 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_TASKD
        bool "taskd"
-       depends on BR2_USE_WCHAR # gnutls, util-linux
+       depends on BR2_USE_WCHAR # gnutls
        depends on BR2_USE_MMU # fork()
        depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_GNUTLS
index 7254a076abd8626e1cb642867a235b43c9faf9ca..b5dcbf2592adee4c4dd4ce5bfacf065040364a48 100644 (file)
@@ -22,7 +22,7 @@ config BR2_PACKAGE_XEN_TOOLS
        depends on !BR2_STATIC_LIBS # dtc (libfdt)
        depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
        depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
-       depends on BR2_USE_WCHAR # libglib2, util-linux
+       depends on BR2_USE_WCHAR # libglib2
        select BR2_PACKAGE_DTC
        select BR2_PACKAGE_LIBAIO
        select BR2_PACKAGE_LIBGLIB2
index f9a3bda5a7f5f23d5d61e7d680d037bd34a08e7a..875ed376bfa8cf2f29e107499872662a166a871b 100644 (file)
@@ -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