diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:17:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 21:43:30 +0100 |
commit | bf5662fe4d64fa2d4a5cd8eabb88d44de82d449c (patch) | |
tree | ab87d28e22669df12aaf06eab657eebf568fccd4 | |
parent | 7eef8e3665cf9a4a00fe9ed7b034a038a85133b9 (diff) | |
download | poky-bf5662fe4d64fa2d4a5cd8eabb88d44de82d449c.tar.gz |
libxml-sax-perl: Fix module ptest dependencies
This fixes runtime errors when running the ptest in a minimal image.
(From OE-Core rev: 688ac24fca404233d68f26ac8744938e96740541)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_1.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb index fd3a2a0ee7..80a1c8e39b 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb | |||
@@ -29,6 +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}-ptest += "perl-module-test" | 32 | RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" |
33 | RDEPENDS_${PN}-ptest += "perl-module-test perl-module-base perl-module-fatal perl-module-encode-unicode perl-module-encode-byte" | ||
33 | 34 | ||
34 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |