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-devtools/perl | |
| 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-devtools/perl')
| -rw-r--r-- | meta/recipes-devtools/perl/liburi-perl_1.74.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.74.bb b/meta/recipes-devtools/perl/liburi-perl_1.74.bb index a7cfa0fbe3..fea4d2490e 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.74.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.74.bb | |||
| @@ -33,6 +33,6 @@ do_install_prepend() { | |||
| 33 | rm -rf ${B}/t/file.t | 33 | rm -rf ${B}/t/file.t |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | RDEPENDS_${PN}-ptest += "libtest-needs-perl" | 36 | RDEPENDS_${PN}-ptest += "libtest-needs-perl perl-module-test-more" |
| 37 | 37 | ||
| 38 | BBCLASSEXTEND = "native" | 38 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb index 95af4d1de6..4cfd28a9da 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | |||
| @@ -50,4 +50,6 @@ do_install_ptest() { | |||
| 50 | chown -R root:root ${D}${PTEST_PATH}/samples | 50 | chown -R root:root ${D}${PTEST_PATH}/samples |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | RDEPENDS_${PN}-ptest += "perl-module-test-more" | ||
| 54 | |||
| 53 | BBCLASSEXTEND="native nativesdk" | 55 | BBCLASSEXTEND="native nativesdk" |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 0f6099868a..a2eee9aa6e 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
| @@ -26,3 +26,4 @@ do_compile() { | |||
| 26 | cpan_do_compile | 26 | cpan_do_compile |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN}-ptest += "libxml-parser-perl" | ||
