]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/
authorSpenser Gilliland <spenser@gillilanding.com>
Fri, 9 Aug 2013 16:57:28 +0000 (11:57 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Aug 2013 08:26:21 +0000 (10:26 +0200)
Bug fix.

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/udev/Config.in

index ed32c8975e12ef3de9de67c256937566a0d2a4b5..dd5ad7bd2c0168a1656d5dbf8a51c932c93c5c8d 100644 (file)
@@ -32,7 +32,7 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS
          libacl, hwdata and libglib2
 
 comment "enabling all extras requires a toolchain with WCHAR and threading support"
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_USE_THREADS
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 endif