diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 14:05:36 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 07:52:04 +0000 |
| commit | c2537cfbde4b33013f804b232a3e31c7159b13c8 (patch) | |
| tree | 2787748825502704d9ead7cec71da213ded6da44 | |
| parent | 7eb117f176ba5d679e567b7929be7d676afc2931 (diff) | |
| download | poky-c2537cfbde4b33013f804b232a3e31c7159b13c8.tar.gz | |
libxml-parser-perl: Add missing RDEPENDS
Running the ptest package in an image alone highlighted missing module
dependencies. Add them to fix those errors.
(From OE-Core rev: 3859f49db2d694c7b63fdbe25be0018afba5c738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb index ef7b287778..6cd40bd292 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | |||
| @@ -53,6 +53,7 @@ do_install_ptest() { | |||
| 53 | chown -R root:root ${D}${PTEST_PATH}/samples | 53 | chown -R root:root ${D}${PTEST_PATH}/samples |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | RDEPENDS:${PN} += "perl-module-carp perl-module-file-spec" | ||
| 56 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 57 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
| 57 | 58 | ||
| 58 | BBCLASSEXTEND="native nativesdk" | 59 | BBCLASSEXTEND="native nativesdk" |
