diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-10 18:13:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | ef783c15aaf0d6f74087287215685cf86b163298 (patch) | |
tree | 624ab5b008cec885f92c1088b6ab0245f71a6a49 /meta/recipes-extended | |
parent | a7b2b21d7092dd2281946628cfaeafd7028af4f4 (diff) | |
download | poky-ef783c15aaf0d6f74087287215685cf86b163298.tar.gz |
libxml-sax-perl: Fix ptest dependencies
Add a missing ptest perl module dependency to fix execution in minimal
ptest images.
(From OE-Core rev: 9c35001345d107ec3869216a214439818099c1de)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_1.02.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb index bc2aa0821e..b5b111d227 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb | |||
@@ -29,7 +29,7 @@ do_install_ptest() { | |||
29 | chown -R root:root ${D}${PTEST_PATH}/testfiles | 29 | chown -R root:root ${D}${PTEST_PATH}/testfiles |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS:${PN} += "perl-module-encode perl-module-perlio" | 32 | RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding" |
33 | 33 | ||
34 | RDEPENDS:${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | perl-module-base \ | 35 | perl-module-base \ |