diff --git a/recipes/wip/libs/cairomm-1.16+/recipe.toml b/recipes/wip/libs/cairomm-1.16+/recipe.toml index 7fcebbf3b22e0f00b9687cb2702616ba670b6b36..563e75496c6c1b2fa7340ac373dda21ffedcc488 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 d4c4afad4eac5219c06e17a29bdbf92a38a20f4e..634a974a9b79b46039712985b7117cc8e18fdbb2 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 3b4d5c9317ea8dffaea0c2285737a0f275c42ebe..537ef215ea085653754eaef060f31555cc701917 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 """