aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-09-06 15:44:40 +0000
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-09-11 07:31:25 +0000
commit2f139a97d3a1bbb85ca1a9b5b7c64a83491ae766 (patch)
tree52f2d256dfd0092749d578b5f2cc288c69fe1823
parent52f59ee1837256c2c0d0b10be91921e972db5898 (diff)
[COMMUNITY] Fix optee-client build
Change-Id: I5907d6e1c8058e17ed6dd7db44177ea3b290cf54 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-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 c22775b..d19c39b 100644
--- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb
+++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb
@@ -12,6 +12,9 @@ SRC_URI += " \
file://optee.service \
"
+# Recipe which fail to compile when enabling FORTIFY_SOURCE=2 option
+SECURITY_CFLAGS_remove = "${lcl_maybe_fortify}"
+
inherit systemd
SYSTEMD_SERVICE_${PN} = "optee.service"