diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-17 11:04:31 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-17 09:34:04 -0300 |
commit | f94c73957ef81a8baec241dffa5c3100221bb07f (patch) | |
tree | 9ebef85d6bb984949b833cc11e38a86b9160731e /recipes-extended | |
parent | 1b755e63676b46bb85cde920dcaea4e4bb81e911 (diff) | |
download | meta-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.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 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" | |||
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-pycryptodome-native" | 7 | DEPENDS += "python3-pycryptodomex-native" |
8 | 8 | ||
9 | inherit python3native | 9 | inherit python3native |
10 | 10 | ||