From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb') diff --git a/bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb b/bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb index 2a579c7b..33c27ecd 100644 --- a/bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/bsp/meta-freescale/recipes-extended/libpkcs11/libpkcs11_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" -SRCREV = "efd15b9fb6ecc453eb933ac28ef1741b989f842d" +SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb" DEPENDS = "openssl secure-obj" @@ -28,7 +28,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} - cp ${S}/out/export/app/pkcs11_app ${D}/${bindir} + cp ${S}/out/export/app/* ${D}/${bindir} } PARALLEL_MAKE = "" -- cgit 1.2.3-korg