diff --git a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml index 1553194ae..7675d75de 100644 --- a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO camino crate error [source] git = "https://github.com/supinie/cargo-preflight" [build] diff --git a/recipes/wip/dev/cargo-tools/crunch/recipe.toml b/recipes/wip/dev/cargo-tools/crunch/recipe.toml index 5eb153560..a68c8db89 100644 --- a/recipes/wip/dev/cargo-tools/crunch/recipe.toml +++ b/recipes/wip/dev/cargo-tools/crunch/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO camino crate error [source] git = "https://github.com/liamaharon/crunch-cli" [build] diff --git a/recipes/wip/dev/framework/sphere/recipe.toml b/recipes/wip/dev/framework/sphere/recipe.toml index 2874ae49b..35a828569 100644 --- a/recipes/wip/dev/framework/sphere/recipe.toml +++ b/recipes/wip/dev/framework/sphere/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/Nakadra/sphere-runtime" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo mkdir -pv "${COOKBOOK_STAGE}/usr/share/sphere"