summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 23:58:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-12 23:39:13 +0000
commit73a99d6b3472a647622fc6b730a5e706dcdde899 (patch)
treea35b74d7fadcbbbf6d8bfdad23a5d14e5b3a2527 /meta/recipes-devtools
parent2d0e3dd7de84b3250e55de9b1411322961da8d16 (diff)
downloadpoky-73a99d6b3472a647622fc6b730a5e706dcdde899.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/perl/perl-ptest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index c233fab545..e07355d3f5 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() {
56 '${PN}-ptest%s', '%s', recursive=True, match_path=True) 56 '${PN}-ptest%s', '%s', recursive=True, match_path=True)
57} 57}
58 58
59RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed" 59RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed procps-ps"
60 60
61# The perl-ptest package contains Perl internal modules and generating file 61# The perl-ptest package contains Perl internal modules and generating file
62# dependencies for it causes problems. 62# dependencies for it causes problems.