From: Maxin B. John Date: Tue, 31 May 2016 15:26:03 +0000 (+0300) Subject: openssl: fix the dangling libcrypto.a symlink X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6884a99a170a2d1925ed347431518fff3cf367;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl: fix the dangling libcrypto.a symlink Update libcrypto.a symlink to the proper location. [YOCTO #9523] Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 3412c66101d..1a0031ea599 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -195,7 +195,7 @@ do_install_ptest () { cp -r -L Makefile.org Makefile test ${D}${PTEST_PATH} cp Configure config e_os.h ${D}${PTEST_PATH} cp -r -L include ${D}${PTEST_PATH} - ln -sf ${base_libdir}/libcrypto.a ${D}${PTEST_PATH} + ln -sf ${libdir}/libcrypto.a ${D}${PTEST_PATH} ln -sf ${libdir}/libssl.a ${D}${PTEST_PATH} mkdir -p ${D}${PTEST_PATH}/crypto cp crypto/constant_time_locl.h ${D}${PTEST_PATH}/crypto