systemd/systemd: gnu grep is required by test-kernel-install
test-kernel-install requires 'grep -G', which is not supported by BusyBox grep. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8718>
This commit is contained in:
parent
1be5715359
commit
33f463cd23
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ triggers="$pkgname.trigger=/usr/lib/systemd/catalog:\
|
|||
"
|
||||
checkdepends="grep postmarketos-release"
|
||||
# clang: used for bpf compilation. this is the default compiler
|
||||
# grep: test-kernel-install requires 'grep -G', which is not supported by BusyBox grep.
|
||||
makedepends="
|
||||
acl
|
||||
acl-dev
|
||||
|
|
@ -48,6 +49,7 @@ makedepends="
|
|||
elfutils
|
||||
glib-dev
|
||||
gperf
|
||||
grep
|
||||
kmod-dev
|
||||
libapparmor-dev
|
||||
libbz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue