diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-21 19:18:48 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-03-24 11:18:34 -0300 |
| commit | b7db8aa7b47023cb344d7c8e9a2c2eb125693e1b (patch) | |
| tree | 3204e3256433b104d9b74142752c2c409a271d89 | |
| parent | 5d708c03d34ebbb953e8d6d1b39310224c972f46 (diff) | |
| download | meta-freescale-b7db8aa7b47023cb344d7c8e9a2c2eb125693e1b.tar.gz | |
optee-os: Remove unneeded dependency on python3-pycrpto
The python3-pycrpto is provided by python3-pycryptodomex, and in fact is
not provided on OpenEmbedded anymore so it cannot be used.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb index ec4cf62e0..712b1aa69 100644 --- a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb | |||
| @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.optee.org/" | |||
| 6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" |
| 8 | 8 | ||
| 9 | DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native" | 9 | DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native" |
| 10 | 10 | ||
| 11 | SRCBRANCH = "imx_5.4.70_2.3.0" | 11 | SRCBRANCH = "imx_5.4.70_2.3.0" |
| 12 | 12 | ||
