summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2020-02-11 16:42:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 10:49:39 -0300
commit2296621bf78faed65b6813c1f6df167cb3c34fa4 (patch)
tree6f619a99f94b7a33cf54410c5b44bd74ba1dbce6 /recipes-extended
parent6667e1c08d67036740b0fb73bcff5c1ff3e18be6 (diff)
downloadmeta-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.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 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"
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 += "python-pycrypto-native" 7DEPENDS += "python3-pycrypto-native"
8 8
9inherit python3native 9inherit python3native
10 10