Skip to content

Commit

Permalink
orc: needs threads
Browse files Browse the repository at this point in the history
Fixes:
http://autobuild.buildroot.net/results/b44c09c7ca81b16267ad653e65f52c4e5ec7b36f/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
gustavoz authored and jacmet committed Mar 30, 2013
1 parent f199285 commit 5ec152a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/orc/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_ORC
bool "orc"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data.

http://code.entropywave.com/projects/orc/

comment "orc requires a toolchain with thread support"
depends on !BR2_TOOLCHAIN_HAS_THREADS

0 comments on commit 5ec152a

Please sign in to comment.