summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-08 04:48:53 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-10 00:25:23 +0300
commit34bc61e0e6f188e513e9e7e48691bf82a640ced4 (patch)
tree40100a6176fbe2a1221a375548ab7b2a9f574297 /meta-phosphor
parent3c62dbef51a6cca87f11561f8546cd6f7b90e6c7 (diff)
downloadopenbmc-34bc61e0e6f188e513e9e7e48691bf82a640ced4.tar.xz
meta-phosphor: ipmi-host: add sdeventplus dependency
Add dependency on sdeventplus to allow transition to using this library. (From meta-phosphor rev: 12a94a8a83ee656c216ccd92e061b72c29611a43) Change-Id: Id6cde22d7cec440c716d7e536b56557e65e33a4c Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb1
1 files changed, 1 insertions, 0 deletions
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 2502065eb..f576aec9e 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -35,6 +35,7 @@ DEPENDS += "virtual/phosphor-ipmi-fru-merge-config"
DEPENDS += "virtual/phosphor-ipmi-sensor-inventory"
DEPENDS += "virtual/phosphor-ipmi-channel-config"
DEPENDS += "boost"
+DEPENDS += "sdeventplus"
VIRTUAL-RUNTIME_ipmi-config ?= "phosphor-ipmi-config"