diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 11:36:28 +0530 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:39:41 -0300 |
commit | 8358331febd6a96c3df0c54c86a47da036a84c25 (patch) | |
tree | 66ae6666730ce1a44efab58d1c5e49a9a9796bfc /recipes-extended/secure-obj/secure-obj.inc | |
parent | 35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3 (diff) | |
download | meta-freescale-8358331febd6a96c3df0c54c86a47da036a84c25.tar.gz |
secure-obj: DEPENDS python3-pycryptodome-native
PyCryptodome is "an almost drop-in replacement for the old PyCrypto library"
and installs under "Crypto" package. In cases when both PyCryptodome and old
PyCrypto are needed, there's PyCryptodomeX that installs under own name as
"Cryptodome" package.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended/secure-obj/secure-obj.inc')
-rw-r--r-- | recipes-extended/secure-obj/secure-obj.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 8576c3dc..3d025668 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD" | |||
4 | DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" | 4 | DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" |
5 | RDEPENDS_${PN} = "bash libcrypto libssl" | 5 | RDEPENDS_${PN} = "bash libcrypto libssl" |
6 | 6 | ||
7 | DEPENDS += "python3-pycrypto-native" | 7 | DEPENDS += "python3-pycryptodome-native" |
8 | 8 | ||
9 | inherit python3native | 9 | inherit python3native |
10 | 10 | ||