[oe-commits] [openembedded-core] 17/18: openssl: fix the dangling libcrypto.a symlink

git at git.openembedded.org git at git.openembedded.org
Wed Jun 1 07:08:35 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3d6884a99a170a2d1925ed347431518fff3cf367
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue May 31 18:26:03 2016 +0300

    openssl: fix the dangling libcrypto.a symlink
    
    Update libcrypto.a symlink to the proper location.
    
    [YOCTO #9523]
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 3412c66..1a0031e 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list