summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2020-02-11 16:48:33 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-11 10:49:39 -0300
commit29e91754147f90c06fe910e90f191209ee1457d0 (patch)
tree4e7c69436b84b6abeb1a109d1eda8695fccb1143
parent369f21429fbbd11a9ab6678ac12320fe796ac95c (diff)
downloadmeta-freescale-29e91754147f90c06fe910e90f191209ee1457d0.tar.gz
optee-os-qoriq: update to python3-pycrypto-native dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r--recipes-security/optee/optee-os-qoriq_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb
index 8b3159d6..258af272 100644
--- a/recipes-security/optee/optee-os-qoriq_git.bb
+++ b/recipes-security/optee/optee-os-qoriq_git.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "OPTEE OS"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" 5LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
6 6
7DEPENDS = "python-pycrypto-native" 7DEPENDS = "python3-pycrypto-native"
8 8
9inherit deploy python3native 9inherit deploy python3native
10 10