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: uninative-2.6~191 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=531e5b0b790434d4cadd9b5abd4b76fc9f197709;p=openembedded-core.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 644d8208ec..9f992d3e83 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"