From 63d4da139eb808bec82b2c2dab2a6e242be21ec6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sat, 27 Apr 2019 20:42:11 -0600 Subject: [PATCH] Use patched branch of uutils, update list of binaries --- recipes/uutils/recipe.sh | 126 +++++++++++++++++++++++---------------- 1 file changed, 76 insertions(+), 50 deletions(-) diff --git a/recipes/uutils/recipe.sh b/recipes/uutils/recipe.sh index 67c7f51c4..1e1748f28 100644 --- a/recipes/uutils/recipe.sh +++ b/recipes/uutils/recipe.sh @@ -3,56 +3,82 @@ GIT_UPSTREAM=https://github.com/uutils/coreutils.git CARGOFLAGS="--no-default-features --features redox --bin uutils -- -C lto" BINS=( - base32 - base64 - basename - chmod - cksum - comm - cp - cut - date - dircolors - dirname - echo - env - expand - expr - factor - false - fmt - fold - head - install - link - ls - mktemp - mv - od - paste - printenv - printf - pwd - readlink - realpath - relpath - rm - rmdir - seq - shuf - sleep - split - sum - tac - tee - tr - true - truncate - tsort - unexpand - uniq - wc - yes + base32 + base64 + basename + cat + chmod + cksum + comm + cp + cut + date + dircolors + dirname + echo + env + expand + expr + factor + false + fmt + fold + hashsum + head + install + join + link + ln + ls + md5sum + mkdir + mktemp + more + mv + nl + od + paste + printenv + printf + ptx + pwd + readlink + realpath + relpath + rm + rmdir + seq + sha1sum + sha224sum + sha256sum + sha3-224sum + sha3-256sum + sha3-384sum + sha3-512sum + sha384sum + sha3sum + sha512sum + shake128sum + shake256sum + shred + shuf + sleep + sort + split + sum + tac + tail + tee + test + tr + true + truncate + tsort + uname + unexpand + uniq + wc + yes ) function recipe_stage { -- GitLab