update os-test recipe to use uutils-grep

This commit is contained in:
auronandace 2026-07-08 15:03:00 +01:00
parent fe03a4d56a
commit 2a0bcc13cd
2 changed files with 4 additions and 2 deletions

View File

@ -268,6 +268,7 @@ tokei = {}
ttf-hack = {} ttf-hack = {}
userutils = {} userutils = {}
uutils = {} uutils = {}
uutils-grep = {}
uutils-procps = {} uutils-procps = {}
vim = {} vim = {}
vttest = {} vttest = {}

View File

@ -1,6 +1,7 @@
# Due to necessary write permission for compilation the filesystem path of source code installation is an exception # Due to necessary write permission for compilation the filesystem path of source code installation is an exception
# where the package manager can't switch between system-wide and user paths # where the package manager can't switch between system-wide and user paths
# TODO remove gnu-grep when extrautils grep supports grep -E # NOTE extrautils needs to be set to "ignore" not to conflict with grep
# TODO remove uutils-grep when extrautils grep supports grep -E (or just remove grep from extrautils)
[source] [source]
git = "https://gitlab.com/sortix/os-test" git = "https://gitlab.com/sortix/os-test"
@ -15,7 +16,7 @@ cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/os-test"
dependencies = [ dependencies = [
"gcc13", "gcc13",
"gnu-binutils", "gnu-binutils",
"gnu-grep", "uutils-grep",
"gnu-make", "gnu-make",
"libarchive", "libarchive",
"sed", "sed",