From 62f2cc934d1c6c656d7f3ba261760770dbcc68bc Mon Sep 17 00:00:00 2001 From: Litao Gao Date: Tue, 12 May 2020 07:47:55 -0400 Subject: [PATCH] stx-metal: change to use /bin/systemctl in pmon service pmon refers to /usr/bin/systemctl for process respawning, modify code to use /bin/systemctl instead. Issue-ID: INF-95 Signed-off-by: Litao Gao Change-Id: If5e15314676268839fe57fec53a90b5027a8c4bf --- meta-stx/recipes-core/stx-metal/mtce.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-stx/recipes-core/stx-metal/mtce.inc b/meta-stx/recipes-core/stx-metal/mtce.inc index d1daf7e..9a9fb57 100644 --- a/meta-stx/recipes-core/stx-metal/mtce.inc +++ b/meta-stx/recipes-core/stx-metal/mtce.inc @@ -42,6 +42,8 @@ do_configure_prepend () { } do_compile_prepend () { + # use sed to correct the path of systemctl + sed -i -e 's|${bindir}/systemctl|${base_bindir}/systemctl|' ${S}/mtce/src/pmon/pmonHdlr.cpp cd ${S}/mtce/src/ oe_runmake -e VER=1 VER_MJR=1 INCLUDES=" -I. -I../alarm -I../heartbeat -I../maintenance \ -I../hostw -I../public -I../smash -I../common -I../hwmon \ -- 2.16.6