diff options
| author | Spenser Gilliland <spenser@gillilanding.com> | 2013-08-09 11:57:28 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-08-10 10:26:21 +0200 |
| commit | a768080186ef66684498f33ac0506085fdb9ce50 (patch) | |
| tree | bc9ae193eb59c7cc23d80c4a01bd9f7e6f9394b3 | |
| parent | 5664c4af5c79394d36b5d46e4c553f035342c174 (diff) | |
| download | buildroot-a768080186ef66684498f33ac0506085fdb9ce50.tar.gz buildroot-a768080186ef66684498f33ac0506085fdb9ce50.zip | |
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>
| -rw-r--r-- | package/udev/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/udev/Config.in b/package/udev/Config.in index ed32c8975e..dd5ad7bd2c 100644 --- a/package/udev/Config.in +++ b/package/udev/Config.in @@ -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 |

