From 24e16a2cb140a5ab7c27d9f16f50ca6ce9531b9b Mon Sep 17 00:00:00 2001 From: Jae Hyun Yoo Date: Fri, 6 Aug 2021 10:55:59 -0700 Subject: meta-intel-openbmc: prep for new override syntax Ran `scripts/contrib/convert-overrides.py` from upstream Yocto and fixed up a few by hand that were missed. Tested: Built s2600wf. Signed-off-by: Jae Hyun Yoo Change-Id: I983385c8cdd4e2727c5c1a3d56952d6ac7fd89cc --- .../recipes-core/host-error-monitor/host-error-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb') diff --git a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb index 1236cbfc7..7d30a7d83 100644 --- a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb +++ b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb @@ -11,6 +11,6 @@ SRCREV = "4a6e45c4c2f38bc64afe5faac05ea82b3adb8d93" S = "${WORKDIR}/git" -SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.HostErrorMonitor.service" +SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.HostErrorMonitor.service" EXTRA_OECMAKE = "-DYOCTO=1" -- cgit v1.2.3