summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-17 11:04:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-17 09:34:04 -0300
commitf94c73957ef81a8baec241dffa5c3100221bb07f (patch)
tree9ebef85d6bb984949b833cc11e38a86b9160731e /recipes-extended
parent1b755e63676b46bb85cde920dcaea4e4bb81e911 (diff)
downloadmeta-freescale-f94c73957ef81a8baec241dffa5c3100221bb07f.tar.gz
secure-obj: DEPENDS python3-pycryptodomex-native
Fix: | File "/usr/include/optee/export-user_ta/scripts/sign_encrypt.py", line 131, in main | from Cryptodome.Signature import pss | ModuleNotFoundError: No module named 'Cryptodome' 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 3d025668..8a62d9cb 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-pycryptodome-native" 7DEPENDS += "python3-pycryptodomex-native"
8 8
9inherit python3native 9inherit python3native
10 10