diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-05-31 11:32:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:27:07 +0100 |
commit | 729cd9c6e9e34d6d0e1334ad0bb59a6c84be4540 (patch) | |
tree | 46c3662ae3876ebdcab95ab1fce32d143cc2c4fb /meta/recipes-devtools/perl | |
parent | df9f772a2fd8d8ec2ed1feb5f05d7e93cf6cef96 (diff) | |
download | poky-729cd9c6e9e34d6d0e1334ad0bb59a6c84be4540.tar.gz |
libxml-parser-perl: fix ptest dependencies
The ptests have additional dependency on:
* perl-module-filehandle
* perl-module-if
* perl-module-test
(From OE-Core rev: 278b4fb78cc35338f692c559b4e4c068e8f37c71)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 4cfd28a9da..7c9b7696a7 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | |||
@@ -50,6 +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" | 53 | RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
54 | 54 | ||
55 | BBCLASSEXTEND="native nativesdk" | 55 | BBCLASSEXTEND="native nativesdk" |