mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user