udev: s/BR2_TOOLCHAIN_USE_THREADS/BR2_TOOLCHAIN_HAS_THREADS/

Bug fix.

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Spenser Gilliland 2013-08-09 11:57:28 -05:00 committed by Thomas Petazzoni
parent 5664c4af5c
commit a768080186

View 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