From: Khem Raj Date: Tue, 9 Feb 2021 18:57:22 +0000 (-0800) Subject: tcf-agent: Fix build on riscv32 X-Git-Tag: 2020-10.3-gatesgarth~104 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f69d289b6d7ea617cd976b40908239cdb8d3f1c;p=openembedded-core.git tcf-agent: Fix build on riscv32 LCL_STOP_SERVICES needs tcf/cpudefs-mdep.h ported Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit ed5e0de938469a7fa4e6cd725d9e0c8325d890d3) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index ed14fe66b1..c1b05691b8 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -48,6 +48,7 @@ CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}" CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" +CFLAGS_append_riscv32 = " ${LCL_STOP_SERVICES}" do_install() { oe_runmake install INSTALLROOT=${D}