diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 18:14:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-22 07:24:52 +0100 |
commit | 06381a917e7e7648ace4746cbda55dcd138a64ec (patch) | |
tree | 91274fd8753f5dd043b5ba73c0c85060d682e9b9 /meta/recipes-extended/perl/libxml-sax-perl_1.00.bb | |
parent | 7e2d2a20bbc1ce83412352c2d5556a19bbc1f562 (diff) | |
download | poky-06381a917e7e7648ace4746cbda55dcd138a64ec.tar.gz |
perl/modules: Add various missing ptest perl module dependencies
Whilst not complete, this resolves some module dependency failures being seen
by various lib*-perl ptests and in quilt.
(From OE-Core rev: 2706b396ef9699c560cded4384cbfc9d79beaa7f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-perl_1.00.bb')
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_1.00.bb | 2 |
1 files changed, 2 insertions, 0 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 eccd0ad6b4..fd3a2a0ee7 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb | |||
@@ -29,4 +29,6 @@ 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" | ||
33 | |||
32 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |