libdigest-sha1-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 19:57:41 +02:00 committed by Khem Raj
parent d5e2230e0e
commit 61553f8931
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ PTESTS_FAST_META_PERL = "\
libdata-hexdump-perl \
libdbd-sqlite-perl \
libdigest-hmac-perl \
libdigest-sha1-perl \
liberror-perl \
libextutils-config-perl \
libextutils-installpaths-perl \
@ -34,7 +35,6 @@ PTESTS_SLOW_META_PERL = "\
PTESTS_PROBLEMS_META_PERL = "\
libconfig-autoconf-perl \
libdigest-sha1-perl \
libfile-slurper-perl \
libhtml-parser-perl \
libmime-types-perl \

View File

@ -19,6 +19,7 @@ do_install_ptest () {
cp -r ${B}/t ${D}${PTEST_PATH}
}
RDEPENDS:${PN}-ptest += "perl-module-dynaloader perl-module-exporter perl-module-test"
BBCLASSEXTEND = "native"
FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/"