diff options
author | Thuy Tran <thuy.tran.xh@renesas.com> | 2018-10-30 16:49:26 +0900 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@renesas.com> | 2019-02-28 09:43:53 +0700 |
commit | f139a59fe61d569689c03217e4367dcc376d410f (patch) | |
tree | 632930a9562261c9d49f524ec221a9623b0c3662 /meta-rcar-gen3/recipes-bsp/optee | |
parent | afdbef77d3f4e13bd71c404181b924ffe2227edd (diff) |
rcar-gen3: optee-client: Remove SECURITY_CFLAGS option to avoid compile issues
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 3 |
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 () { |