mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
openssl: fix the dangling libcrypto.a symlink
Update libcrypto.a symlink to the proper location. [YOCTO #9523] (From OE-Core rev: 3d6884a99a170a2d1925ed347431518fff3cf367) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
af587b86f5
commit
cdd764c005
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user