summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-24 19:57:37 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-24 17:11:35 -0700
commit72222a8901dc96603d2b390b16298b9b1da24094 (patch)
tree44651b8507f80dd47def2fee42898ed93c1491c7
parent3de902d16957b3ae1a7f046aa34aed1853101c81 (diff)
downloadmeta-openembedded-72222a8901dc96603d2b390b16298b9b1da24094.tar.gz
libcrypt-openssl-guess-perl: fix ptests
Add missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc2
-rw-r--r--meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
index fc4a21be72..5f700e50d8 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -9,6 +9,7 @@
9PTESTS_FAST_META_PERL = "\ 9PTESTS_FAST_META_PERL = "\
10 libauthen-sasl-perl \ 10 libauthen-sasl-perl \
11 libcapture-tiny-perl \ 11 libcapture-tiny-perl \
12 libcrypt-openssl-guess-perl \
12 libcrypt-openssl-random-perl \ 13 libcrypt-openssl-random-perl \
13 libcgi-perl \ 14 libcgi-perl \
14 libdigest-hmac-perl \ 15 libdigest-hmac-perl \
@@ -30,7 +31,6 @@ PTESTS_SLOW_META_PERL = "\
30 31
31PTESTS_PROBLEMS_META_PERL = "\ 32PTESTS_PROBLEMS_META_PERL = "\
32 libconfig-autoconf-perl \ 33 libconfig-autoconf-perl \
33 libcrypt-openssl-guess-perl \
34 libcrypt-openssl-rsa-perl \ 34 libcrypt-openssl-rsa-perl \
35 libdata-hexdump-perl \ 35 libdata-hexdump-perl \
36 libdbd-sqlite-perl \ 36 libdbd-sqlite-perl \
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb
index 09c145e7cd..59d66a93cf 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb
@@ -34,4 +34,5 @@ PROVIDES += "libcrypt-openssl-guess"
34 34
35RDEPENDS:${PN}-ptest += "\ 35RDEPENDS:${PN}-ptest += "\
36 perl-module-test-more \ 36 perl-module-test-more \
37 perl-module-english \
37" 38"