meta-phosphor: ipmi-host: depend on bmc-state-manager

The phosphor-host-ipmid's apphandler relies on the bmc-state-manager,
therefore add this run-time dependency on the virtual package.

Add virtual package that provides an implementation of the
xyz.openbmc_project.State.BMC interface.

Tested: Built quanta-q71l-variation.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I24382716e025f5e4b1d3997813f3f3b4a078b5d5
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 9d61a29..6c3de1c 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -46,6 +46,7 @@
 RDEPENDS_${PN} += "phosphor-time-manager"
 RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_ipmi-config}"
 RDEPENDS_${PN} += "virtual/obmc-watchdog"
+RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-state-manager}"
 
 inherit useradd