mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
perl: Add missing procps-ps dependency for ptests
Some of the ptests fail in a minimal image as they depend on options to ps which busybox doesn't support. Add the full utility. (From OE-Core rev: 7305b96dd5b41050c867ce620109407e8fd8b53a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -56,7 +56,7 @@ python populate_packages:prepend() {
|
||||
'${PN}-ptest%s', '%s', recursive=True, match_path=True)
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed"
|
||||
RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed procps-ps"
|
||||
|
||||
# The perl-ptest package contains Perl internal modules and generating file
|
||||
# dependencies for it causes problems.
|
||||
|
||||
Reference in New Issue
Block a user