diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-11 20:53:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
| commit | 003dc633711fdeb8260465192edb37f25d81044e (patch) | |
| tree | 9a01471958aad14c589b4e8b9b9077d9dcc490de | |
| parent | 09969f9bc3ffb4122c7e6c3745d2992148573124 (diff) | |
| download | poky-003dc633711fdeb8260465192edb37f25d81044e.tar.gz | |
libxml-perl: Add missing perl module ptest dependencies
Add dependencies on missing perl modules to fix execution in minimal images.
(From OE-Core rev: de55c939f591ec28d949294e05a97695a488eda9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 2 |
1 files changed, 1 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 323853cc2f..1b03e63a82 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() { | |||
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | RDEPENDS:${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" | 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" | 30 | RDEPENDS:${PN}-ptest += "libxml-parser-perl perl-module-file-glob perl-module-cwd perl-module-constant" |
