mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
gadgetfs-test: requires thread support
Fixes: http://autobuild.buildroot.org/results/012914ed010eac94a2f7bfe18d8375cdb2fe9f06/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
f610bf0c89
commit
5d4e00bd04
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_GADGETFS_TEST
|
||||
bool "gadgetfs-test"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Test program for gadgetfs from linux-usb.org
|
||||
|
||||
@@ -10,3 +11,6 @@ config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
|
||||
help
|
||||
Select this to have gadgetfs-test do asynchronous I/O using
|
||||
the libaio library.
|
||||
|
||||
comment "gadgetfs-test requires thread support in toolchain"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user