mirror of
git://git.yoctoproject.org/poky
synced 2026-08-19 16:06:08 +00:00
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>
This commit is contained in:
parent
d41e3e7d4c
commit
3c0919821b
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user