diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-09-17 17:11:55 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-09-22 16:31:00 +0200 |
commit | 47a75d6fda9964a99a07c920376c4ec3b9a9c175 (patch) | |
tree | eab11ebae257eb91338e5560c8c2c99415eed095 /recipes/toolchain | |
parent | 2b7b10fea63d80a7f9a9abce7f162274fab08467 (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.recipe | 2 |
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'] |