diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-07-05 17:41:47 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 15:07:03 -0300 |
commit | 87c507343c3f72f22d2c97a0db5cb3d6af8cd885 (patch) | |
tree | f58676786252596ee90dc4e45402ad218e1046fd /recipes-extended/libpkcs11 | |
parent | 90b519e32dd218774b62f92f471b742492c175d7 (diff) | |
download | meta-freescale-87c507343c3f72f22d2c97a0db5cb3d6af8cd885.tar.gz |
libpkcs11: update to 8e942d3
*include the following changes:
8e942d3 - APP_LIB: Miscellaneous changes
c4758bc - LIB_APP: Resolving coverity issues
213a233 - LIB: Terminating the crypto operation in C_Sign
904b794 - Merge pull request #18 in DNDEV/libpkcs11 from devel_sdk to master
16224a4 - REVIEW: Taking care of review comments
214ec76 - LIB: Increasing Find List size.
e26950e - APP: Adding app for testing multithreading feature
c0223a2 - LIB: Adding Multithreading support
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/libpkcs11')
-rw-r--r-- | recipes-extended/libpkcs11/libpkcs11_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb index 600a1319..e0c75153 100644 --- a/recipes-extended/libpkcs11/libpkcs11_git.bb +++ b/recipes-extended/libpkcs11/libpkcs11_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" |
6 | SRCREV = "dd1bc90b0f2171d4dddd9d7d0fc5a2acfb067ab8" | 6 | SRCREV = "8e942d3878372639e79aa74c4f991f9525fe6eec" |
7 | 7 | ||
8 | DEPENDS = "openssl secure-obj" | 8 | DEPENDS = "openssl secure-obj" |
9 | 9 | ||