diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:16:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 21:43:30 +0100 |
commit | 7eef8e3665cf9a4a00fe9ed7b034a038a85133b9 (patch) | |
tree | c98dd4111a74d879c0176b3b362d30d36f94e6f5 /meta/recipes-extended | |
parent | 825a5c7b56a3d613b092573e582041269f6bc6d1 (diff) | |
download | poky-7eef8e3665cf9a4a00fe9ed7b034a038a85133b9.tar.gz |
libconvert-aan1-perl: Fix module and ptest dependencies
This fixes runtime errors when running the ptest in a minimal image.
(From OE-Core rev: 531e5b0b790434d4cadd9b5abd4b76fc9f197709)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
14 | 14 | ||
15 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 15 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
16 | 16 | ||
17 | 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" | ||
18 | RDEPENDS_${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" | ||
19 | |||
17 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |