From 88bf0d3ac02f1cc235e82912cfd2ffbdeed2100b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 17:47:04 +0000 Subject: [PATCH] Update recipes --- recipes/wip/libs/cairomm-1.16+/recipe.toml | 2 +- recipes/wip/libs/wolfssl5/recipe.toml | 2 +- recipes/wip/net/moonfire-nvr-server/recipe.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 """ -- GitLab