summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-04-30 12:24:40 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-06 16:03:10 +0200
commit1508fb6468a1b72e37856fee2c51756d91d9a3f8 (patch)
tree1696c3ca9df68f625b15feb9822a634fdd7174c5
parenta6a9b2f501191bbfa293bc10fe5afc8151e2ca06 (diff)
winpthreads: disable parallel builds
-rw-r--r--recipes/toolchain/winpthreads.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/toolchain/winpthreads.recipe b/recipes/toolchain/winpthreads.recipe
index 5b26c17..5623e93 100644
--- a/recipes/toolchain/winpthreads.recipe
+++ b/recipes/toolchain/winpthreads.recipe
@@ -6,6 +6,7 @@ class Recipe(recipe.Recipe):
configure_options = '--enable-shared --enable-static '
add_host_build_target = False
autoreconf = True
+ allow_parallel_build = False
files_all = [
'bin/libwinpthread-1.dll',
'lib/libpthread.a',