diff options
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 2 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index c22775b..2105900 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -12,7 +12,7 @@ SRC_URI += " \ file://optee.service \ " -inherit systemd +inherit pythonnative systemd SYSTEMD_SERVICE_${PN} = "optee.service" COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|ebisu" 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}" |