diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-10 18:13:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | a7b2b21d7092dd2281946628cfaeafd7028af4f4 (patch) | |
tree | 54c62de5a5a6028e624ae56f32abc8df3af3c2ff /meta | |
parent | 24e1d446fbd63eef954560dab4473c8770e837e2 (diff) | |
download | poky-a7b2b21d7092dd2281946628cfaeafd7028af4f4.tar.gz |
libconvert-asn1-perl: Fix ptest dependencies
Add dependencies for missing perl modules to fix execution in
minimal images.
(From OE-Core rev: eba3d013b077ec94641118bf925779edf6deb8de)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb index 2714582957..d82692c033 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.33.bb | |||
@@ -15,7 +15,8 @@ inherit cpan ptest-perl | |||
15 | 15 | ||
16 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 16 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
17 | 17 | ||
18 | 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} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 \ |
19 | perl-module-socket perl-module-time-local perl-module-posix perl-module-scalar-util perl-module-test-more" | ||
19 | RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" | 20 | RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" |
20 | 21 | ||
21 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |