diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-02-02 12:29:20 +0100 |
---|---|---|
committer | Thomas Perrot <thomas.perrot@bootlin.com> | 2022-02-02 12:50:54 +0100 |
commit | 452bf8326351f3678f28e3d5475a7100079c5131 (patch) | |
tree | bdacb998a720cd2eeb9f7533ca521024e62c3871 /recipes-security | |
parent | 3d6766b7a9334dfc46b1bbb2a26309defef36b43 (diff) | |
download | meta-freescale-452bf8326351f3678f28e3d5475a7100079c5131.tar.gz |
optee-test: replace old pycrypto with pycryptodome
For security reason, pycrypto is no longer available, but it can be replaced by
pycryptodome.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Diffstat (limited to 'recipes-security')
-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 | ||