summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 3412c66101..1a0031ea59 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -195,7 +195,7 @@ do_install_ptest () {
195 cp -r -L Makefile.org Makefile test ${D}${PTEST_PATH} 195 cp -r -L Makefile.org Makefile test ${D}${PTEST_PATH}
196 cp Configure config e_os.h ${D}${PTEST_PATH} 196 cp Configure config e_os.h ${D}${PTEST_PATH}
197 cp -r -L include ${D}${PTEST_PATH} 197 cp -r -L include ${D}${PTEST_PATH}
198 ln -sf ${base_libdir}/libcrypto.a ${D}${PTEST_PATH} 198 ln -sf ${libdir}/libcrypto.a ${D}${PTEST_PATH}
199 ln -sf ${libdir}/libssl.a ${D}${PTEST_PATH} 199 ln -sf ${libdir}/libssl.a ${D}${PTEST_PATH}
200 mkdir -p ${D}${PTEST_PATH}/crypto 200 mkdir -p ${D}${PTEST_PATH}/crypto
201 cp crypto/constant_time_locl.h ${D}${PTEST_PATH}/crypto 201 cp crypto/constant_time_locl.h ${D}${PTEST_PATH}/crypto