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>
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 db8574d..b648966 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 @@
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"