mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 21:48:53 +08:00
update os-test recipe to use uutils-grep
This commit is contained in:
parent
fe03a4d56a
commit
2a0bcc13cd
@ -268,6 +268,7 @@ tokei = {}
|
|||||||
ttf-hack = {}
|
ttf-hack = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
uutils = {}
|
uutils = {}
|
||||||
|
uutils-grep = {}
|
||||||
uutils-procps = {}
|
uutils-procps = {}
|
||||||
vim = {}
|
vim = {}
|
||||||
vttest = {}
|
vttest = {}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user