diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2020-02-11 16:48:33 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 10:49:39 -0300 |
commit | 29e91754147f90c06fe910e90f191209ee1457d0 (patch) | |
tree | 4e7c69436b84b6abeb1a109d1eda8695fccb1143 /recipes-security/optee | |
parent | 369f21429fbbd11a9ab6678ac12320fe796ac95c (diff) | |
download | meta-freescale-29e91754147f90c06fe910e90f191209ee1457d0.tar.gz |
optee-os-qoriq: update to python3-pycrypto-native dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 2 |
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" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" |
6 | 6 | ||
7 | DEPENDS = "python-pycrypto-native" | 7 | DEPENDS = "python3-pycrypto-native" |
8 | 8 | ||
9 | inherit deploy python3native | 9 | inherit deploy python3native |
10 | 10 | ||