mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
libpkcs11: update to 8d85182
Fix for double free happening when running sign_digest_update_final app. remove duplicate pkcs11.h which optee_os install too. Signed-off-by: Ting Liu <ting.liu@nxp.com>
This commit is contained in:
parent
08ede51523
commit
bd9de08cc7
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625"
|
|||
SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1 \
|
||||
file://0001-fix-multiple-definition-error.patch \
|
||||
"
|
||||
SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb"
|
||||
SRCREV = "8d85182b7a7cd393ab6dd72930f8d1b69468f741"
|
||||
|
||||
DEPENDS = "openssl secure-obj"
|
||||
|
||||
|
@ -30,6 +30,7 @@ do_install(){
|
|||
mkdir -p ${D}/${includedir} ${D}/${bindir}
|
||||
cp ${S}/out/export/lib/libpkcs11.so ${D}/${libdir}
|
||||
cp ${S}/out/export/include/*.h ${D}/${includedir}
|
||||
rm -f ${D}${includedir}/pkcs11.h
|
||||
cp ${S}/out/export/app/* ${D}/${bindir}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user