]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Config.in files: unify comment dependency on udev /dev management
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 19 Dec 2013 20:13:01 +0000 (21:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Dec 2013 20:53:46 +0000 (21:53 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libmbim/Config.in
package/modem-manager/Config.in
package/network-manager/Config.in
package/systemd/Config.in
package/udev/Config.in

index ccc0f2504f9c49c86c95948235229e70d71f430f..d034e8480cde67fce9505328645706da01a9c742 100644 (file)
@@ -12,6 +12,6 @@ config BR2_PACKAGE_LIBMBIM
 
          http://www.freedesktop.org/wiki/Software/libmbim/
 
-comment "libmbim needs udev and a toolchain w/ wchar, threads"
+comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
                !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
index 4e2cfc7b2d1a1e1f200ecbc7bda45ae715e14a90..e157ca838bace814d02b6103066169c0d1de5ed3 100644 (file)
@@ -31,6 +31,6 @@ config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
          This option enables support for QMI protocol
 endif
 
-comment "modemmanager needs udev and a toolchain w/ largefile, wchar, threads, IPv6"
+comment "modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6"
        depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
                !BR2_TOOLCHAIN_HAS_THREADS || !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
index 5513c011ee18750af0efc7ef3ffc3faa2025e0e6..a1944339338b72cb3a3ffc2195c483cee8690f3c 100644 (file)
@@ -28,8 +28,9 @@ config BR2_PACKAGE_NETWORK_MANAGER
 
          http://projects.gnome.org/NetworkManager/
 
-comment "NetworkManager needs a toolchain w/ IPv6, largefile, wchar, threads"
+comment "NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads"
        depends on !BR2_avr32
        depends on BR2_USE_MMU
        depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
-               !BR2_TOOLCHAIN_HAS_THREADS
+               !BR2_TOOLCHAIN_HAS_THREADS || \
+               !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
index f6a15e300493cccb359809a62cbf1524c0eb7934..fe81900aa952e3073ca3cb620667045974117c85 100644 (file)
@@ -20,5 +20,5 @@ config BR2_PACKAGE_SYSTEMD
 
 comment "systemd needs udev /dev management and a toolchain w/ IPv6, threads"
        depends on BR2_USE_MMU
-       depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || !BR2_INET_IPV6 || \\
+       depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || !BR2_INET_IPV6 || \
                !BR2_TOOLCHAIN_HAS_THREADS
index f4ffe98108b38b5d6ce4c0a78df2d3ecb60b173d..91dc7cfe13b052f8a76fcb794ce7f3e56eabc54b 100644 (file)
@@ -40,10 +40,7 @@ comment "enabling all extras needs a toolchain w/ wchar, threads"
 
 endif
 
-comment "udev requires /dev mgmnt set to udev under System configuration"
+comment "udev needs udev /dev management and a toolchain w/ largefile, wchar, dynamic library"
        depends on !BR2_avr32
-       depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
-
-comment "udev needs a toolchain w/ largefile, wchar, dynamic library"
-       depends on !BR2_avr32
-       depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+       depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || \
+               !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB