summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-24 19:57:38 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-24 17:11:35 -0700
commitb18644c713e3d71daeb75549db9fc6ade9e17580 (patch)
treecbb13d063bc6e01c6d1d1318b0d46b787620f2ce /meta-perl
parent72222a8901dc96603d2b390b16298b9b1da24094 (diff)
downloadmeta-openembedded-b18644c713e3d71daeb75549db9fc6ade9e17580.tar.gz
libcrypt-openssl-rsa-perl: fix ptests
Add missing dependencies. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc2
-rw-r--r--meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb6
2 files changed, 5 insertions, 3 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index 5f700e50d8..62b984dc70 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -11,6 +11,7 @@ PTESTS_FAST_META_PERL = "\
11 libcapture-tiny-perl \ 11 libcapture-tiny-perl \
12 libcrypt-openssl-guess-perl \ 12 libcrypt-openssl-guess-perl \
13 libcrypt-openssl-random-perl \ 13 libcrypt-openssl-random-perl \
14 libcrypt-openssl-rsa-perl \
14 libcgi-perl \ 15 libcgi-perl \
15 libdigest-hmac-perl \ 16 libdigest-hmac-perl \
16 liberror-perl \ 17 liberror-perl \
@@ -31,7 +32,6 @@ PTESTS_SLOW_META_PERL = "\
31 32
32PTESTS_PROBLEMS_META_PERL = "\ 33PTESTS_PROBLEMS_META_PERL = "\
33 libconfig-autoconf-perl \ 34 libconfig-autoconf-perl \
34 libcrypt-openssl-rsa-perl \
35 libdata-hexdump-perl \ 35 libdata-hexdump-perl \
36 libdbd-sqlite-perl \ 36 libdbd-sqlite-perl \
37 libdigest-sha1-perl \ 37 libdigest-sha1-perl \
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb
index 2e383a83e1..bcc57ffc09 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb
@@ -31,9 +31,11 @@ do_compile() {
31 cpan_do_compile 31 cpan_do_compile
32} 32}
33 33
34RDEPENDS:${PN}-ptest = " \ 34RDEPENDS:${PN}-ptest += " \
35 ${PN} \
36 perl-module-file-copy \ 35 perl-module-file-copy \
37 perl-module-test \ 36 perl-module-test \
38 perl-module-test-more \ 37 perl-module-test-more \
38 perl-module-lib \
39 libcrypt-openssl-guess-perl \
40 perl-module-english \
39" 41"