From d1414dafc8dbbe6b4c5adcbff1a25d8af1038715 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 22 May 2018 09:53:24 +0700 Subject: rcar-gen3: OP-TEE: Drop python-wand and imagemagick From optee 2.6.0 release [1], they do not use python-wand anymore. It also adds inherit pythonnative to optee-client to follow upstream version. [1] meta-linaro rev: 837fb7d048a30baa6356d3ceb493ec20074b8785 Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb') diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb index f1e0e5b..7d697fb 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb @@ -33,10 +33,7 @@ SRC_URI_append = " \ COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|ebisu)" PLATFORM = "rcar" -DEPENDS = "python-wand-native python-pycrypto-native" - -# Needed so that python-wand can find the installed imagemagick install. -export MAGICK_HOME="${STAGING_DIR_NATIVE}${prefix}" +DEPENDS = "python-pycrypto-native" export CROSS_COMPILE64="${TARGET_PREFIX}" -- cgit 1.2.3-korg