diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:48 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 9d2c6826bd75c8dfe36ab04a21ac14bb72a4aa6e (patch) | |
tree | b7bba74d5515bd9388844bb836e0e65c2f1fbf33 /recipes-extended/libpkcs11 | |
parent | 948d257eee170bf1d6dc40a01d9bf17a3c3549b9 (diff) | |
download | meta-freescale-9d2c6826bd75c8dfe36ab04a21ac14bb72a4aa6e.tar.gz |
libpkcs11: update to e9f570c
*update to lsdk 1809 tag
include the following changes:
e9f570c - APPS: Making apps compatible to OpenSSL 1.1.0 and 1.0.2
c381e09 - REVIEW_REWORK: Taking care of comments for ECC support
9b04928 - LIB: Adding ECC 256/384 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 e0c75153..e6161c63 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 = "8e942d3878372639e79aa74c4f991f9525fe6eec" | 6 | SRCREV = "e9f570c4464598afea65a227b7e2f37fe6b032fc" |
7 | 7 | ||
8 | DEPENDS = "openssl secure-obj" | 8 | DEPENDS = "openssl secure-obj" |
9 | 9 | ||