libio-socket-ssl-perl: Change libnet-libidn-perl->libnet-idn-encode rdep for ptests

This ensures that all ptests can pass, libidn wrapper does not seem to
find the library and as a result the idn tests fail.

Fixes

Failed ptests:
{'libio-socket-ssl-perl': ['t/verify_hostname']}

as they are now skipped

ok 78 # skip no IDN support with Net::LibIDN
ok 79 # skip no IDN support with Net::LibIDN

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-09-28 21:39:03 -07:00
parent 2a75d18490
commit 5851ca93a5

View File

@ -38,7 +38,7 @@ do_install:append () {
}
RDEPENDS:${PN}-ptest += "\
libnet-libidn-perl \
libnet-idn-encode \
liburi-perl \
perl-module-file-glob \
perl-module-findbin \