summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/conf/include/ptest-packagelists-meta-perl.inc2
-rw-r--r--meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb5
2 files changed, 6 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 e0c5707f4b..ab875beafd 100644
--- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
+++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
@@ -7,6 +7,7 @@
7# 7#
8# ptests which take less than ~30s each 8# ptests which take less than ~30s each
9PTESTS_FAST_META_PERL = "\ 9PTESTS_FAST_META_PERL = "\
10 libauthen-sasl-perl \
10 libcapture-tiny-perl \ 11 libcapture-tiny-perl \
11 libcrypt-openssl-random-perl \ 12 libcrypt-openssl-random-perl \
12 libdigest-hmac-perl \ 13 libdigest-hmac-perl \
@@ -27,7 +28,6 @@ PTESTS_SLOW_META_PERL = "\
27" 28"
28 29
29PTESTS_PROBLEMS_META_PERL = "\ 30PTESTS_PROBLEMS_META_PERL = "\
30 libauthen-sasl-perl \
31 libcgi-perl \ 31 libcgi-perl \
32 libconfig-autoconf-perl \ 32 libconfig-autoconf-perl \
33 libcrypt-openssl-guess-perl \ 33 libcrypt-openssl-guess-perl \
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb
index bcd155ff6f..46a8506f10 100644
--- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb
+++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb
@@ -26,4 +26,9 @@ do_install_ptest () {
26 cp -r ${B}/t ${D}${PTEST_PATH} 26 cp -r ${B}/t ${D}${PTEST_PATH}
27} 27}
28 28
29RDEPENDS:${PN}-ptest += "perl-module-test-more \
30 perl-module-findbin \
31 perl-module-test2-api-breakage \
32 perl-module-tie-handle"
33
29BBCLASSEXTEND = "native" 34BBCLASSEXTEND = "native"