From d45c83713799b617195ec7d22115b2b50ea41766 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Wed, 14 Apr 2021 15:47:21 +0200 Subject: [PATCH] arm/optee: use pycryptodome rather pycryptodomex Recent versions of OP-TEE perfectly build with pycryptodome, no need for the pycryptodomex transition package any more. Signed-off-by: Yann Dirson Reviewed-by: Denys Dmytriyenko Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-examples.inc | 2 +- meta-arm/recipes-security/optee/optee-os.inc | 2 +- meta-arm/recipes-security/optee/optee-test.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arm/recipes-security/optee/optee-examples.inc b/meta-arm/recipes-security/optee/optee-examples.inc index 851043b5..81c31bc0 100644 --- a/meta-arm/recipes-security/optee/optee-examples.inc +++ b/meta-arm/recipes-security/optee/optee-examples.inc @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/linaro-swg/optee_examples" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=cd95ab417e23b94f381dafc453d70c30" -DEPENDS = "optee-client optee-os python3-pycryptodomex-native" +DEPENDS = "optee-client optee-os python3-pycryptodome-native" inherit python3native diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/recipes-security/optee/optee-os.inc index f8697cfe..34f586a0 100644 --- a/meta-arm/recipes-security/optee/optee-os.inc +++ b/meta-arm/recipes-security/optee/optee-os.inc @@ -10,7 +10,7 @@ require optee.inc CVE_PRODUCT = "linaro:op-tee op-tee:op-tee_os" -DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native python3-pyelftools-native" +DEPENDS = "python3-pycryptodome-native python3-pyelftools-native" DEPENDS_append_toolchain-clang = " compiler-rt" diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc index 877bdeb0..f09b9d24 100644 --- a/meta-arm/recipes-security/optee/optee-test.inc +++ b/meta-arm/recipes-security/optee/optee-test.inc @@ -13,7 +13,7 @@ require optee.inc # When upgraded we should be able to remove this limitation COMPATIBLE_HOST_libc-musl = 'null' -DEPENDS = "optee-client optee-os python3-pycryptodomex-native" +DEPENDS = "optee-client optee-os python3-pycryptodome-native" SRC_URI = "git://github.com/OP-TEE/optee_test.git \ file://0001-host-xtest-Adjust-order-of-including-compiler.h.patch \