]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: fix the dangling libcrypto.a symlink
authorMaxin B. John <maxin.john@intel.com>
Tue, 31 May 2016 15:26:03 +0000 (18:26 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 07:04:40 +0000 (08:04 +0100)
Update libcrypto.a symlink to the proper location.

[YOCTO #9523]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc

index 3412c66101d1956f64f106d607dfb32f5d886dd8..1a0031ea59975f9973a9d5e66d39320d3401859f 100644 (file)
@@ -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