libauthen-sasl-perl: fix ptests

Add missing dependencies.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-24 13:11:35 +02:00 committed by Khem Raj
parent 66ed465cc1
commit f0c505b075
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#
# ptests which take less than ~30s each
PTESTS_FAST_META_PERL = "\
libauthen-sasl-perl \
libcapture-tiny-perl \
libcrypt-openssl-random-perl \
libdigest-hmac-perl \
@ -27,7 +28,6 @@ PTESTS_SLOW_META_PERL = "\
"
PTESTS_PROBLEMS_META_PERL = "\
libauthen-sasl-perl \
libcgi-perl \
libconfig-autoconf-perl \
libcrypt-openssl-guess-perl \

View File

@ -26,4 +26,9 @@ do_install_ptest () {
cp -r ${B}/t ${D}${PTEST_PATH}
}
RDEPENDS:${PN}-ptest += "perl-module-test-more \
perl-module-findbin \
perl-module-test2-api-breakage \
perl-module-tie-handle"
BBCLASSEXTEND = "native"