host-error-monitor: add phosphor-dbus-interfaces dependency

Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Change-Id: I9a145330249c3e3eb15000ee6087c4cbf4bebf96
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 6317a98..7f12d3f 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 @@
 
 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"