| Submitter | Gustavo Zacarias |
|---|---|
| Date | Dec. 9, 2012, 9:48 p.m. |
| Message ID | <1355089725-12019-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/204788/ |
| State | Accepted |
| Commit | e510b0fea65cf6e71c6e9c512204b04282973d43 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Argh, committed - Thanks.
Patch
diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index c253339..0999ebf 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -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
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/rt-tests/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)