From: Alexander Kanavin Date: Sun, 28 Feb 2021 15:37:01 +0000 (+0100) Subject: openssl: address ptest failures caused by perl 5.32.1 X-Git-Tag: yocto-3.3~308 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2ae879ddb72bd316e49a8200e99887dadb02b3dc;p=openembedded-core.git openssl: address ptest failures caused by perl 5.32.1 For some reason the new perl no longer has . in list of directories searched in 'require', and so the file needs to be copied where perl can find it. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb index c431f22643..181790e6ab 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb @@ -199,6 +199,10 @@ do_install_ptest () { install -d ${D}${PTEST_PATH}/engines install -m755 ${B}/engines/ossltest.so ${D}${PTEST_PATH}/engines + + # seems to be needed with perl 5.32.1 + install -d ${D}${PTEST_PATH}/util/perl/recipes + cp ${D}${PTEST_PATH}/test/recipes/tconversion.pl ${D}${PTEST_PATH}/util/perl/recipes/ } # Add the openssl.cnf file to the openssl-conf package. Make the libcrypto