summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2024-02-13 01:01:24 +0300
committerJason Bills <jason.m.bills@linux.intel.com>2024-02-13 20:28:07 +0300
commit9ece0a425034fbc0271632b54926a94968fe8a0f (patch)
tree3d4093a9767f2875274d089962e3c107e7ce38c5 /meta-intel-openbmc
parent3b19fd13ea27fe7a7ad8b596fceda16bcc17fa31 (diff)
downloadopenbmc-9ece0a425034fbc0271632b54926a94968fe8a0f.tar.xz
host-error-monitor: add phosphor-dbus-interfaces dependency
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I9a145330249c3e3eb15000ee6087c4cbf4bebf96
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
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 6317a988a9..7f12d3f908 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
@@ -9,7 +9,7 @@ PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=enabled,-Dsend-to-logger=disab
SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"
-DEPENDS = "boost sdbusplus libgpiod libpeci"
+DEPENDS = "boost sdbusplus libgpiod libpeci phosphor-dbus-interfaces"
PV = "0.1+git${SRCPV}"
SRCREV = "97b5ef20b4c2968503ccc0d3dd2d49b2b192f2f2"