summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2020-02-14 20:44:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 22:42:13 +0000
commitbe1e68dce0d24586feef30d5d3c03ebb4ca8d4f0 (patch)
tree5c290629d3fa8151004ce2f2527f600d3c20e697 /meta/recipes-devtools/tcf-agent
parent1598d27fcc230441187292821c07094b90e83290 (diff)
downloadpoky-be1e68dce0d24586feef30d5d3c03ebb4ca8d4f0.tar.gz
tcf-agent: Mangle arch for armeb
(From OE-Core rev: 1a1d7e94b2e3aaaaf2683123c406651ef590df96) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index e0a07a9375..ed14fe66b1 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -29,7 +29,7 @@ INITSCRIPT_NAME = "tcf-agent"
29INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." 29INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ."
30 30
31# mangling needed for make 31# mangling needed for make
32MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64.*,a64,`" 32MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686, | sed s,aarch64.*,a64, | sed s,armeb,arm,`"
33MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`" 33MAKE_OS = "`echo ${TARGET_OS} | sed s,^linux.*,GNU/Linux,`"
34 34
35EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'" 35EXTRA_OEMAKE = "MACHINE=${MAKE_ARCH} OPSYS=${MAKE_OS} 'CC=${CC}' 'AR=${AR}'"