libdata-hexdump-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:39 +02:00 committed by Khem Raj
parent b18644c713
commit 85a6e07eb9
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ PTESTS_FAST_META_PERL = "\
libcrypt-openssl-random-perl \
libcrypt-openssl-rsa-perl \
libcgi-perl \
libdata-hexdump-perl \
libdigest-hmac-perl \
liberror-perl \
libextutils-config-perl \
@ -32,7 +33,6 @@ PTESTS_SLOW_META_PERL = "\
PTESTS_PROBLEMS_META_PERL = "\
libconfig-autoconf-perl \
libdata-hexdump-perl \
libdbd-sqlite-perl \
libdigest-sha1-perl \
libfile-slurper-perl \

View File

@ -29,6 +29,8 @@ do_install_ptest () {
install -m 0755 ${B}/t/* ${D}${PTEST_PATH}/t
}
RDEPENDS:${PN}-ptest += "perl-module-exporter perl-module-carp perl-module-filehandle"
BBCLASSEXTEND = "native"
ALTERNATIVES_PRIORITY = "100"