]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: address ptest failures caused by perl 5.32.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 28 Feb 2021 15:37:01 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Mar 2021 14:15:27 +0000 (14:15 +0000)
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 <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1j.bb

index c431f2264308dd1d0e508fd11eb69c311824ce4d..181790e6ab010c093caf7d25ff183863b36e5af9 100644 (file)
@@ -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