From afdbef77d3f4e13bd71c404181b924ffe2227edd Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 17 Jul 2018 17:48:52 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb') 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 -- cgit 1.2.3-korg