From 8acd9bd011563dc0bd7127b86bb53891d82141cf Mon Sep 17 00:00:00 2001 From: Daan Hoogland <daan@onecht.net> Date: Sun, 15 Jan 2017 11:31:39 +0100 Subject: [PATCH] build a uutils clone --- recipes/uutils/recipe.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/recipes/uutils/recipe.sh b/recipes/uutils/recipe.sh index 368be3a89..917b8be95 100644 --- a/recipes/uutils/recipe.sh +++ b/recipes/uutils/recipe.sh @@ -1,7 +1,2 @@ -GIT=https://github.com/uutils/coreutils.git -CARGOFLAGS="--no-default-features --features=generic" - -function recipe_build { - echo "Skipping build of uutils" - return 1 -} +GIT=git@github.com:DaanHoogland/uutils-core.git +CARGOFLAGS="--no-default-features --features redox" -- GitLab