]> code.ossystems Code Review - meta-freescale.git/commit
optee-client: add patch to avoid CFLAGS overrides
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Sun, 31 May 2020 22:02:35 +0000 (22:02 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 31 May 2020 23:09:03 +0000 (20:09 -0300)
commite6e0b794bad8a092614fa7f37a9e4345aaaabee0
tree25468cefdbb0f5302882176cd41753d4dc7852e6
parentfb5ad362adeba61877f7a697db0acc495abddf2b
optee-client: add patch to avoid CFLAGS overrides

Base optee-client implementation uses immediate assignment of CFLAGS
variable in it's build structure, which causes Yocto CFLAGS to be
overridden and not properly propagated into the build system.

Introduce a patch which uses append operator intead of immediate
assignment to have both CFLAGS variables to be combined.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
recipes-security/optee-imx/optee-client/0001-flags-do-not-override-CFLAGS-from-host.patch [new file with mode: 0644]
recipes-security/optee-imx/optee-client_3.2.0.imx.bb