diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml index 7fcebbf3b..563e75496 100644 --- a/recipes/wip/libs/cairomm-1.16+/recipe.toml +++ b/recipes/wip/libs/cairomm-1.16+/recipe.toml @@ -1,4 +1,4 @@ -#TODO the tarball contents aren't copied to the "build" folder +#TODO mm-common-prepare: not found [source] tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz" [build] diff --git a/recipes/wip/libs/wolfssl5/recipe.toml b/recipes/wip/libs/wolfssl5/recipe.toml index d4c4afad4..634a974a9 100644 --- a/recipes/wip/libs/wolfssl5/recipe.toml +++ b/recipes/wip/libs/wolfssl5/recipe.toml @@ -1,4 +1,4 @@ -#TODO the git repository contents aren't copied to the "build" folder +#TODO compiled but not tested [source] git = "https://github.com/wolfSSL/wolfssl" rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526" diff --git a/recipes/wip/net/moonfire-nvr-server/recipe.toml b/recipes/wip/net/moonfire-nvr-server/recipe.toml index 3b4d5c931..537ef215e 100644 --- a/recipes/wip/net/moonfire-nvr-server/recipe.toml +++ b/recipes/wip/net/moonfire-nvr-server/recipe.toml @@ -7,6 +7,7 @@ dependencies = [ "sqlite3", ] script = """ +rsync -av --delete "${COOKBOOK_SOURCE}/" ./ cd "${COOKBOOK_SOURCE}/server" cookbook_cargo """