From 8106efff261b5c7a858bd706dc43c8d235b5219f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 16:36:37 +0000 Subject: [PATCH] update recipes --- recipes/wip/crosstool-ng/recipe.toml | 5 +---- recipes/wip/cube-timer/recipe.toml | 2 +- recipes/wip/cute/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) 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", +]