summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2020-02-11 16:49:44 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 10:49:39 -0300
commit9227f4c9e6d77d3fa15f67d178ba9da02c5550fe (patch)
tree113717199af7cfcfc56813098b07e20f1e7be079
parent29e91754147f90c06fe910e90f191209ee1457d0 (diff)
downloadmeta-freescale-9227f4c9e6d77d3fa15f67d178ba9da02c5550fe.tar.gz
optee-test-qoriq: update to python3-pycrypto-native dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--recipes-security/optee/optee-test-qoriq_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
index 7aea24f9..7205e9de 100644
--- a/recipes-security/optee/optee-test-qoriq_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/qoriq-open-source/optee_test"
4LICENSE = "BSD & GPLv2" 4LICENSE = "BSD & GPLv2"
5LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" 5LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
6 6
7DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" 7DEPENDS = "optee-client-qoriq optee-os-qoriq python3-pycrypto-native"
8 8
9inherit python3native 9inherit python3native
10 10