diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-05-22 09:53:24 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-26 09:45:37 +0700 |
commit | d1414dafc8dbbe6b4c5adcbff1a25d8af1038715 (patch) | |
tree | 6c81d245f039f2000a815cab3281dea2ca8cfdc4 /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | c7688257d8a9428edc64ea00740c94e4f3efcbf7 (diff) |
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 <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 2 |
1 files changed, 1 insertions, 1 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" |