From cc8c22c5ed53f22223c45f0dbfdaef9935f92f56 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 16 Dec 2023 00:35:38 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/bita/recipe.toml          | 2 +-
 recipes/wip/blockish-caca/recipe.toml | 2 +-
 recipes/wip/bluez/recipe.toml         | 1 +
 recipes/wip/c2rust/recipe.toml        | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/bita/recipe.toml b/recipes/wip/bita/recipe.toml
index e0c25ebe5..bccc93733 100644
--- a/recipes/wip/bita/recipe.toml
+++ b/recipes/wip/bita/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error (after a cargo update and a patch on the ring and tokio crates)
 [source]
 tar = "https://github.com/oll3/bita/archive/refs/tags/v0.11.0.tar.gz"
 [build]
diff --git a/recipes/wip/blockish-caca/recipe.toml b/recipes/wip/blockish-caca/recipe.toml
index f4b860a19..4a238eddb 100644
--- a/recipes/wip/blockish-caca/recipe.toml
+++ b/recipes/wip/blockish-caca/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make libcaca work
 [source]
 git = "https://github.com/yazgoo/blockish-caca"
 [build]
diff --git a/recipes/wip/bluez/recipe.toml b/recipes/wip/bluez/recipe.toml
index d4a052a74..2a87925f8 100644
--- a/recipes/wip/bluez/recipe.toml
+++ b/recipes/wip/bluez/recipe.toml
@@ -1,3 +1,4 @@
+#TODO require signalfd
 #TODO require Bluetooth drivers
 #TODO build instructions - https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/INSTALL
 [source]
diff --git a/recipes/wip/c2rust/recipe.toml b/recipes/wip/c2rust/recipe.toml
index b651bf25d..ef007c595 100644
--- a/recipes/wip/c2rust/recipe.toml
+++ b/recipes/wip/c2rust/recipe.toml
@@ -5,7 +5,6 @@ tar = "https://github.com/immunant/c2rust/archive/refs/tags/v0.17.0.tar.gz"
 template = "custom"
 dependencies = [
     "openssl1",
-    "llvm",
 ]
 script = """
 cookbook_cargo_packages c2rust
-- 
GitLab