summaryrefslogtreecommitdiff
path: root/recipes/toolchain
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-09-17 17:11:55 +0200
committerEdward Hervey <bilboed@bilboed.com>2014-09-22 16:31:00 +0200
commit47a75d6fda9964a99a07c920376c4ec3b9a9c175 (patch)
treeeab11ebae257eb91338e5560c8c2c99415eed095 /recipes/toolchain
parent2b7b10fea63d80a7f9a9abce7f162274fab08467 (diff)
recipes: Fix dependency of toolchain/cloog
Was forgotten when the toolchain's gmp was renamed to gmp-toolchain
Diffstat (limited to 'recipes/toolchain')
-rw-r--r--recipes/toolchain/cloog.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/toolchain/cloog.recipe b/recipes/toolchain/cloog.recipe
index 5588d00a..5bf39c6f 100644
--- a/recipes/toolchain/cloog.recipe
+++ b/recipes/toolchain/cloog.recipe
@@ -10,4 +10,4 @@ class Recipe(recipe.Recipe):
configure_options = '--with-bits=gmp ' \
'--disable-shared ' \
'--enable-static'
- deps = ['gmp']
+ deps = ['gmp-toolchain']