From: Ting Liu Date: Thu, 14 Oct 2021 08:37:00 +0000 (+0800) Subject: libpkcs11: update to 8d85182 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bd9de08cc72d1a3a1a4d8a58bc9f5df9171bbc35;p=meta-freescale.git 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 --- diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 5496b09c..42b48779 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb @@ -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} }