summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 11:36:28 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:39:41 -0300
commit8358331febd6a96c3df0c54c86a47da036a84c25 (patch)
tree66ae6666730ce1a44efab58d1c5e49a9a9796bfc /recipes-extended
parent35866fca57ee59c18d6dbfa8b3c9df8bd89c98d3 (diff)
downloadmeta-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')
-rw-r--r--recipes-extended/secure-obj/secure-obj.inc2
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"
4DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" 4DEPENDS = "openssl optee-os-qoriq optee-client-qoriq"
5RDEPENDS_${PN} = "bash libcrypto libssl" 5RDEPENDS_${PN} = "bash libcrypto libssl"
6 6
7DEPENDS += "python3-pycrypto-native" 7DEPENDS += "python3-pycryptodome-native"
8 8
9inherit python3native 9inherit python3native
10 10