summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wang <Chris_Wang@wiwynn.com>2024-05-02 09:24:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-05-03 16:40:52 +0300
commit643f580b8e91c6175490d191faeaa34ce6e7510b (patch)
tree48c4916fc8dabc6fb892143906961a7ec8cd6ad3
parent1380ee99b13484565ad2fe0fd1846100852a193b (diff)
downloadopenbmc-643f580b8e91c6175490d191faeaa34ce6e7510b.tar.xz
phosphor-dbus-monitor: install phosphor-dbus-monitor.service explictly
Since this recipe did not have explictly install phosphor-dbus-monitor.service, it would not be installed if there are extra services are install in project layer by SYSTEMD_SERVICE:${PN}:append(). Change-Id: I99fc3f395b362fdffd1d35f73d79bc90e5a770d0 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
index db8574df5d..b648966f7e 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
@@ -23,6 +23,7 @@ PR = "r1"
SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor;branch=master;protocol=https"
SYSTEMD_PACKAGES = "${PN} phosphor-msl-verify"
+SYSTEMD_SERVICE:${PN} = "phosphor-dbus-monitor.service"
SYSTEMD_SERVICE:phosphor-msl-verify = "phosphor-msl-verify.service"
S = "${WORKDIR}/git"