From f139a59fe61d569689c03217e4367dcc376d410f Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 30 Oct 2018 16:49:26 +0900 Subject: rcar-gen3: optee-client: Remove SECURITY_CFLAGS option to avoid compile issues Signed-off-by: Thuy Tran --- meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-rcar-gen3/recipes-bsp') 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 () { -- cgit 1.2.3-korg