rt-tests: fix typo in Config.in threads negative logic
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 9 Dec 2012 11:48:45 +0000 (11:48 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Dec 2012 22:03:54 +0000 (23:03 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rt-tests/Config.in

index c253339555bcc9e29b91203566c77632b378c601..0999ebfbce0db68a7e20f17238b0395aaec16263 100644 (file)
@@ -17,4 +17,4 @@ config BR2_PACKAGE_RT_TESTS
          http://rt.wiki.kernel.org
 
 comment "rt-tests requires a toolchain with threads support"
-       !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_TOOLCHAIN_HAS_THREADS