From adf1a33e95cb06da41b607fa73c39523ee45c525 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 3 May 2019 07:53:57 -0700 Subject: meta-phosphor: ipmi-host: depend on bmc-updater The phosphor-host-ipmid's apphandler relies on the bmc-updater, therefore add this run-time dependency on the virtual package. Add virtual package that provides an implementation of the xyz.openbmc_project.Software.Activation interface. (From meta-phosphor rev: f5dd031310da1aaec5373697202decc6d03d60b6) Tested: Built quanta-q71l-variation and it built successfully. Signed-off-by: Patrick Venture Change-Id: I8bbc1fe3fb40b48c98c6a2deaacbe37f3a786b1c Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-phosphor') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb index 2095daae4..4e69c2d36 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb @@ -48,6 +48,7 @@ RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_ipmi-config}" RDEPENDS_${PN} += "virtual/obmc-watchdog" RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-state-manager}" RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-version}" +RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_obmc-bmc-updater}" inherit useradd -- cgit v1.2.3