From: Tim Orling Date: Fri, 31 May 2019 18:32:25 +0000 (-0700) Subject: libxml-parser-perl: fix ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278b4fb78cc35338f692c559b4e4c068e8f37c71;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-parser-perl: fix ptest dependencies The ptests have additional dependency on: * perl-module-filehandle * perl-module-if * perl-module-test Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- 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 4cfd28a9dad..7c9b7696a7a 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() { chown -R root:root ${D}${PTEST_PATH}/samples } -RDEPENDS_${PN}-ptest += "perl-module-test-more" +RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" BBCLASSEXTEND="native nativesdk"