summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2021-03-31 22:36:03 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-01 08:56:35 -0300
commitab06f2987debdc983c3436ad39bbd50cad20190d (patch)
tree2d4f8ee89337253803d11290023a2e8d67ac5483 /recipes-security
parent468e157b4cff033694837db7a8bf7f39be2ea6c7 (diff)
downloadmeta-freescale-ab06f2987debdc983c3436ad39bbd50cad20190d.tar.gz
optee-os.imx: replace old pycrypto with pycryptodome - a drop-in replacement
New pycryptodome is a drop-in replacement for the old pycrypto module. As pycryptodome is in oe-core/dunfell, while old pycrypto requires meta-python from meta-openembedded collection, it's better to limit unnecessary BSP dependencies by replacing pycrypto with pycryptodome. For more details about corresponding upstream changes, see: https://git.openembedded.org/openembedded-core/commit/?id=a96f815c53364b119b5743b8b7100eb5588d5cf5 https://git.openembedded.org/meta-openembedded/commit/?id=a8f3c00d8d113b46a49584682e10435157d516ca https://git.yoctoproject.org/cgit/cgit.cgi/meta-arm/commit/?id=06b648821aa3fbbdf7c00724cf3c3cedbb4f0546 Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee-imx/optee-os_3.7.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb
index 1bef749b..e5cf7f98 100644
--- a/recipes-security/optee-imx/optee-os_3.7.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.7.0.imx.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
8 8
9inherit deploy python3native autotools 9inherit deploy python3native autotools
10DEPENDS = "python3-pycrypto-native python3-pyelftools-native u-boot-mkimage-native" 10DEPENDS = "python3-pycryptodome-native python3-pyelftools-native u-boot-mkimage-native"
11 11
12SRCBRANCH = "imx_5.4.24_2.1.0" 12SRCBRANCH = "imx_5.4.24_2.1.0"
13 13