[OE-core] [PATCH 8/8] libxml-perl: Fix module and ptest dependencies

Richard Purdie richard.purdie at linuxfoundation.org
Sat Jun 1 10:25:30 UTC 2019


This fixes runtime errors when running the ptest in a minimal image.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/perl/libxml-perl_0.08.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"
-- 
2.20.1



More information about the Openembedded-core mailing list