mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
2a75d18490
commit
5851ca93a5
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user