diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2020-02-11 16:42:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 10:49:39 -0300 |
commit | 2296621bf78faed65b6813c1f6df167cb3c34fa4 (patch) | |
tree | 6f619a99f94b7a33cf54410c5b44bd74ba1dbce6 /recipes-extended | |
parent | 6667e1c08d67036740b0fb73bcff5c1ff3e18be6 (diff) | |
download | meta-freescale-2296621bf78faed65b6813c1f6df167cb3c34fa4.tar.gz |
secure-obj: update to python3-pycrypto-native dependency
Signed-off-by: Chunrong Guo <chunrong.guo@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 f3f1d2c7..59b2c3ea 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 += "python-pycrypto-native" | 7 | DEPENDS += "python3-pycrypto-native" |
8 | 8 | ||
9 | inherit python3native | 9 | inherit python3native |
10 | 10 | ||