diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-02 10:50:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 10:50:43 -0300 |
commit | 0f619f42b4ba3cb02dd9da322785678ac8e2ed56 (patch) | |
tree | d81a3a6a95156b2696b57c0224dad17ccd7c2832 | |
parent | 740fed4f1df701c7f3d7893b1c8689d4322d0afa (diff) | |
parent | 452bf8326351f3678f28e3d5475a7100079c5131 (diff) | |
download | meta-freescale-0f619f42b4ba3cb02dd9da322785678ac8e2ed56.tar.gz |
Merge pull request #972 from tprrt/tprrt/fix-optee-test-depends
optee-test: replace old pycrypto with pycryptodome
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.10.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb index 76e04f04..4ccce2cd 100644 --- a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_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.md;md5=daa2bcccc666345ab8940aab1315a4fa" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" |
8 | 8 | ||
9 | DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native optee-os optee-client openssl" | 9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl" |
10 | 10 | ||
11 | SRCBRANCH = "imx_5.4.70_2.3.0" | 11 | SRCBRANCH = "imx_5.4.70_2.3.0" |
12 | 12 | ||