summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.083.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-perl: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-11-011-2/+0
| | | | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 79e0a9d237343ad0af0a40128494155ccaa131ec) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libio-socket-ssl-perl: Change libnet-libidn-perl->libnet-idn-encode rdep for ↵Khem Raj2023-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | 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> (cherry picked from commit 5851ca93a5dd598f2d78d8a3db42167ed4d38a48) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libio-socket-ssl-perl: Upgrade to 2.083Khem Raj2023-08-261-0/+56
Signed-off-by: Khem Raj <raj.khem@gmail.com>