[oe-commits] [openembedded-core] 07/09: libconvert-aan1-perl: Fix module and ptest dependencies

git at git.openembedded.org git at git.openembedded.org
Sat Jun 1 20:44:01 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 531e5b0b790434d4cadd9b5abd4b76fc9f197709
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Jun 1 11:16:37 2019 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | 3 +++
 1 file changed, 3 insertions(+)

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 644d820..9f992d3 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list