diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-07-17 17:48:52 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | afdbef77d3f4e13bd71c404181b924ffe2227edd (patch) | |
tree | b10eda48d08d0e75dfd0c0a75603df61402500ea /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | bd6246990c4549a07e1d7e924093dc809cb8a306 (diff) |
rcar-gen3: optee-client: WORKAROUND to build with GCC 8.1
This commit applies a W/A patch from optee upstream to fix
GCC 8 format-truncation errors.
[1] https://github.com/OP-TEE/optee_client/issues/126
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 | 1 |
1 files changed, 1 insertions, 0 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 2105900..727e8d5 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -10,6 +10,7 @@ SRCREV = "3f16662284a69fdec97b1712064be94d1fed7ae7" SRC_URI += " \ file://optee.service \ + file://0001-Fix-for-teec_trace.c-snprintf-Werror-format-truncati.patch \ " inherit pythonnative systemd |