diff --git a/recipes/wip/crosstool-ng/recipe.toml b/recipes/wip/crosstool-ng/recipe.toml index 6dc7a3759..f64605fd1 100644 --- a/recipes/wip/crosstool-ng/recipe.toml +++ b/recipes/wip/crosstool-ng/recipe.toml @@ -1,8 +1,5 @@ -#TODO Not compiled or tested +#TODO can't find libtool [source] tar = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz" [build] template = "configure" -dependencies = [ - "libtool", -] diff --git a/recipes/wip/cube-timer/recipe.toml b/recipes/wip/cube-timer/recipe.toml index a6f6a9dd0..bb95b0e59 100644 --- a/recipes/wip/cube-timer/recipe.toml +++ b/recipes/wip/cube-timer/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/paarthmadan/cube" [build] diff --git a/recipes/wip/cute/recipe.toml b/recipes/wip/cute/recipe.toml index 2df51eac7..76834cfc1 100644 --- a/recipes/wip/cute/recipe.toml +++ b/recipes/wip/cute/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/PThorpe92/CuTE" [build] template = "cargo" +dependencies = [ + "openssl1", +]