From: Richard Purdie Date: Sat, 1 Jun 2019 10:17:45 +0000 (+0100) Subject: libxml-perl: Fix module and ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597eddc71a963613edea243c4c320ecbd6149916;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-perl: Fix module and ptest dependencies This fixes runtime errors when running the ptest in a minimal image. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index a2eee9aa6e4..818ae3d5713 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb @@ -26,4 +26,5 @@ do_compile() { cpan_do_compile } -RDEPENDS_${PN}-ptest += "libxml-parser-perl" +RDEPENDS_${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" +RDEPENDS_${PN}-ptest += "libxml-parser-perl perl-module-file-glob"