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:30 +0100 |
| commit | f50dd98381e9a8bdd38baad0fbd73657f3222626 (patch) | |
| tree | 5f3320bc5497ceab69e6cf345a19233332b03cfd /meta | |
| parent | bf5662fe4d64fa2d4a5cd8eabb88d44de82d449c (diff) | |
| download | poky-f50dd98381e9a8bdd38baad0fbd73657f3222626.tar.gz | |
libxml-perl: Fix module and ptest dependencies
This fixes runtime errors when running the ptest in a minimal image.
(From OE-Core rev: 597eddc71a963613edea243c4c320ecbd6149916)
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 a2eee9aa6e..818ae3d571 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() { | |||
| 26 | cpan_do_compile | 26 | cpan_do_compile |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN}-ptest += "libxml-parser-perl" | 29 | RDEPENDS_${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" |
| 30 | RDEPENDS_${PN}-ptest += "libxml-parser-perl perl-module-file-glob" | ||
