From 41973d2663192338843c3154ff26b13495f10b92 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 6 Sep 2023 09:26:52 +0800 Subject: tcf-agent: Disable non-building features on loongarch64 (From OE-Core rev: 59401a737d21c82336dcec38dbed7d939602d1ee) Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/tcf-agent') diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 4d2ca5f1b0..59b9d7de78 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -49,6 +49,7 @@ CFLAGS:append:powerpc64 = " ${LCL_STOP_SERVICES}" CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}" CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}" CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}" +CFLAGS:append:loongarch64 = " ${LCL_STOP_SERVICES}" do_install() { oe_runmake install INSTALLROOT=${D} -- cgit v1.2.3-54-g00ecf