diff options
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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}" |