summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-18 11:41:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-19 23:49:39 +0000
commit959f649454e7772d8a1f03be2abfa21ce96e0f59 (patch)
tree24c81cc80f263b1c1fbdd86ba565190b31dea2cd /meta
parented4bb02a8f5dd48f1720a9c8988b22608098c326 (diff)
downloadpoky-959f649454e7772d8a1f03be2abfa21ce96e0f59.tar.gz
tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE
This is same as PPC64 BE (From OE-Core rev: 119fb36180bbca0c98e9f5e72bb5ab0daf23bfd1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb1
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 b4bd4ca63c..e0a07a9375 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}"
46CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" 46CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}"
47CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" 47CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}"
48CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" 48CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}"
49CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}"
49CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" 50CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}"
50 51
51do_install() { 52do_install() {