summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-03-20 18:20:47 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-03-27 17:05:04 +0000
commitca8fd9d5df2021f69cc5a02d82925412bff4f172 (patch)
tree17a6b65d62d7db891f4e7f6b46c24c26d99d8758
parent031fe87ad996f2ebc4efe0458deb37c9852bd0d0 (diff)
downloadtalos-openbmc-ca8fd9d5df2021f69cc5a02d82925412bff4f172.tar.gz
talos-openbmc-ca8fd9d5df2021f69cc5a02d82925412bff4f172.zip
phosphor-host-ipmid: add recipe dependencies
Add build / runtime dependency on sdbusplus and phosphor-dbus-interfaces. Change-Id: I510c22df60f9ae046243cdb9889f1ce645ceb9d7 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
index fffb58451..bd6291571 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
@@ -17,6 +17,8 @@ DEPENDS += "phosphor-mapper"
DEPENDS += "autoconf-archive-native"
DEPENDS += "packagegroup-obmc-ipmid-providers"
DEPENDS += "virtual/phosphor-ipmi-sensor-inventory"
+DEPENDS += "sdbusplus"
+DEPENDS += "phosphor-dbus-interfaces"
RDEPENDS_${PN}-dev += "phosphor-logging"
RDEPENDS_${PN}-dev += "phosphor-mapper-dev"
@@ -24,6 +26,8 @@ RDEPENDS_${PN} += "clear-once"
RDEPENDS_${PN} += "network"
RDEPENDS_${PN} += "libmapper"
RDEPENDS_${PN} += "phosphor-time-manager"
+RDEPENDS_${PN} += "sdbusplus phosphor-dbus-interfaces"
+
RRECOMMENDS_${PN} += "virtual-obmc-settings-mgmt"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
OpenPOWER on IntegriCloud