diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-09 10:57:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-12 23:32:16 +0000 |
commit | 3c0919821bea44ce6c5337871a1e796b6c7489aa (patch) | |
tree | d7be68afaa9581c257bf4cb27346f5162bfc479f | |
parent | d41e3e7d4c4fbfbc9cae9a92c4997c7ee598bff2 (diff) | |
download | poky-3c0919821bea44ce6c5337871a1e796b6c7489aa.tar.gz |
tcf-agent: Fix build on riscv32
LCL_STOP_SERVICES needs tcf/cpudefs-mdep.h ported
(From OE-Core rev: ed5e0de938469a7fa4e6cd725d9e0c8325d890d3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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}" | |||
48 | CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" | 48 | CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" |
49 | CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}" | 49 | CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}" |
50 | CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" | 50 | CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" |
51 | CFLAGS_append_riscv32 = " ${LCL_STOP_SERVICES}" | ||
51 | 52 | ||
52 | do_install() { | 53 | do_install() { |
53 | oe_runmake install INSTALLROOT=${D} | 54 | oe_runmake install INSTALLROOT=${D} |