From: Richard Purdie Date: Fri, 10 Mar 2023 18:11:36 +0000 (+0000) Subject: libmodule-build-perl: Fix ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c8e91acc8225a51f84b95faa96bfee1e293b093;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libmodule-build-perl: Fix ptest dependencies Some of the ptests fail in a minimal image. Add the missing perl module dependencies. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/libmodule-build-perl_0.4232.bb b/meta/recipes-devtools/perl/libmodule-build-perl_0.4232.bb index 748412b414f..0ead690067b 100644 --- a/meta/recipes-devtools/perl/libmodule-build-perl_0.4232.bb +++ b/meta/recipes-devtools/perl/libmodule-build-perl_0.4232.bb @@ -91,12 +91,21 @@ RDEPENDS:${PN}-ptest += " \ packagegroup-core-buildessential \ perl-dev \ perl-module-blib \ + perl-module-encode-encoding \ + perl-module-extutils-cbuilder-base \ perl-module-extutils-command-mm \ + perl-module-extutils-mm-unix \ perl-module-file-temp \ perl-module-lib \ + perl-module-parse-cpan-meta \ perl-module-perlio \ perl-module-perlio-encoding \ + perl-module-pod-simple-transcodesmart \ perl-module-pod-text \ + perl-module-tap-base \ + perl-module-tap-formatter-base \ + perl-module-tap-formatter-file \ + perl-module-tap-formatter-session \ perl-module-tap-harness-env \ perl-module-tap-parser \ perl-module-tap-parser-scheduler \