diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:17:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 21:43:25 +0100 |
commit | 597eddc71a963613edea243c4c320ecbd6149916 (patch) | |
tree | 62f3fe8c59752252252f6bf8d986cadce3204efe /meta | |
parent | 688ac24fca404233d68f26ac8744938e96740541 (diff) | |
download | openembedded-core-contrib-597eddc71a963613edea243c4c320ecbd6149916.tar.gz |
libxml-perl: Fix module and ptest dependencies
This fixes runtime errors when running the ptest in a minimal image.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |