From 81434cdeebb0c1332d152e1927bcd4b3f807f05e Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 30 Mar 2025 17:22:50 +0200 Subject: [PATCH] Merge audiod into the base repo --- recipes/core/audiod/recipe.toml | 5 ----- recipes/core/base/recipe.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 recipes/core/audiod/recipe.toml diff --git a/recipes/core/audiod/recipe.toml b/recipes/core/audiod/recipe.toml deleted file mode 100644 index 555fa9faf..000000000 --- a/recipes/core/audiod/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -[source] -git = "https://gitlab.redox-os.org/redox-os/audiod.git" - -[build] -template = "cargo" diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index f70fa6b1f..206e1a8d8 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -5,7 +5,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git" template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/usr/bin" -for package in ipcd ptyd; do +for package in audiod ipcd ptyd; do "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/${package}/Cargo.toml" \ ${build_flags}