diff --git a/recipes/coreutils/recipe.sh b/recipes/coreutils/recipe.sh index f95584996ce5463d14c59ffbf3a93eca499db218..0577bb10db1595ca0d1d299058e2d8c273e59b07 100644 --- a/recipes/coreutils/recipe.sh +++ b/recipes/coreutils/recipe.sh @@ -1 +1,2 @@ GIT=https://gitlab.redox-os.org/redox-os/coreutils.git +BRANCH=redox-unix diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index 4c5becb8c74462ebbc7831c096ccd283fbbc53dc..5672d3cc7c3f2977571ffc31771489e577e63a7a 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -1,4 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/drivers.git +BRANCH=redox-unix CARGOBUILD="build" CARGOFLAGS="--all" diff --git a/recipes/logd/recipe.sh b/recipes/logd/recipe.sh index cffbc308a9b61a8368afa2809287d5d47112441c..63d28ad75e2ad9d5949638c083f2a2a2cb851c30 100644 --- a/recipes/logd/recipe.sh +++ b/recipes/logd/recipe.sh @@ -1 +1,2 @@ GIT=https://gitlab.redox-os.org/redox-os/logd.git +BRANCH=redox-unix diff --git a/recipes/netstack/recipe.sh b/recipes/netstack/recipe.sh index 8b826c558076d2b414d96fa88f247ddceaa891dc..a32e83c6aa2c93a15fb393dbd9632481918cc92c 100644 --- a/recipes/netstack/recipe.sh +++ b/recipes/netstack/recipe.sh @@ -1 +1,2 @@ GIT=https://gitlab.redox-os.org/redox-os/netstack.git +BRANCH=redox-unix diff --git a/recipes/netutils/recipe.sh b/recipes/netutils/recipe.sh index ff6016b563993205b8580443d1fcaf0283ce2455..2c79d7ea8f17dd5c12a89a7c00da56c1190e169d 100644 --- a/recipes/netutils/recipe.sh +++ b/recipes/netutils/recipe.sh @@ -1 +1,2 @@ GIT=https://gitlab.redox-os.org/redox-os/netutils.git +BRANCH=redox-unix diff --git a/recipes/orbital/recipe.sh b/recipes/orbital/recipe.sh index 68484f398907a7b2cd95e4fab249ca8900c63b8c..c1e76305771119327a36315a8d48bffe93ba2f1d 100644 --- a/recipes/orbital/recipe.sh +++ b/recipes/orbital/recipe.sh @@ -1,3 +1,4 @@ GIT=https://gitlab.redox-os.org/redox-os/orbital.git +BRANCH=redox-unix CARGOFLAGS="--bin orbital -- -C lto" DEPENDS="orbdata" diff --git a/recipes/orbterm/recipe.sh b/recipes/orbterm/recipe.sh index 9976d87ac9a0e2948d192f9c418786b1ed9e328b..af3644b9f59f4a61a7368c41079f91b66ffe9cc9 100644 --- a/recipes/orbterm/recipe.sh +++ b/recipes/orbterm/recipe.sh @@ -1,4 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/orbterm.git +BRANCH=redox-unix BINDIR=/ui/bin CARGOFLAGS="--bin orbterm -- -C lto" DEPENDS="orbital"