From: Khem Raj Date: Sat, 18 Jan 2020 19:41:21 +0000 (-0800) Subject: tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE X-Git-Tag: yocto-4.0~7710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=119fb36180bbca0c98e9f5e72bb5ab0daf23bfd1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE This is same as PPC64 BE Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index b4bd4ca63c2..e0a07a93755 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -46,6 +46,7 @@ CFLAGS_append_mips = " ${LCL_STOP_SERVICES}" CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" 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}" do_install() {