mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
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 <yann@blade-group.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user