From 643f580b8e91c6175490d191faeaa34ce6e7510b Mon Sep 17 00:00:00 2001 From: Chris Wang Date: Thu, 2 May 2024 14:24:42 +0800 Subject: 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 --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3