From: Richard Purdie Date: Sat, 1 Jun 2019 10:16:37 +0000 (+0100) Subject: libconvert-aan1-perl: Fix module and ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531e5b0b790434d4cadd9b5abd4b76fc9f197709;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libconvert-aan1-perl: Fix module and ptest dependencies This fixes runtime errors when running the ptest in a minimal image. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb index 644d8208ecd..9f992d3e83f 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb @@ -14,4 +14,7 @@ inherit cpan ptest-perl EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" +RDEPENDS_${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 perl-module-socket perl-module-time-local perl-module-posix" +RDEPENDS_${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" + BBCLASSEXTEND = "native"