From: Richard Purdie Date: Sat, 11 Mar 2023 20:53:13 +0000 (+0000) Subject: libxml-perl: Add missing perl module ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de55c939f591ec28d949294e05a97695a488eda9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-perl: Add missing perl module ptest dependencies Add dependencies on missing perl modules to fix execution in minimal images. 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 323853cc2f3..1b03e63a824 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb @@ -27,4 +27,4 @@ do_compile() { } 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" +RDEPENDS:${PN}-ptest += "libxml-parser-perl perl-module-file-glob perl-module-cwd perl-module-constant"