From: Richard Purdie Date: Thu, 9 Mar 2023 23:58:31 +0000 (+0000) Subject: perl: Add missing procps-ps dependency for ptests X-Git-Tag: 2023-04-mickledore~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7305b96dd5b41050c867ce620109407e8fd8b53a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index c233fab5453..e07355d3f54 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc @@ -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.