aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-10-30 16:49:26 +0900
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commitf139a59fe61d569689c03217e4367dcc376d410f (patch)
tree632930a9562261c9d49f524ec221a9623b0c3662
parentafdbef77d3f4e13bd71c404181b924ffe2227edd (diff)
rcar-gen3: optee-client: Remove SECURITY_CFLAGS option to avoid compile issues
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb3
1 files changed, 3 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 727e8d5..3289178 100644
--- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb
+++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb
@@ -22,6 +22,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git"
+# Recipe which fail to compile when enabling _FORTIFY_SOURCE=2 option
+SECURITY_CFLAGS_pn-optee-client = ""
+
EXTRA_OEMAKE = "RPMB_EMU=0"
do_install () {