summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-28 04:52:38 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 03:20:33 +0300
commitf64e0fd3ecf6b27a26681e7612d370a03e999971 (patch)
treeca59484645c19f8d3cf5371609010171ff91b125 /meta-phosphor/recipes-phosphor
parent934fd2b334e42f7a2a1937711cae790bd05f328f (diff)
downloadopenbmc-f64e0fd3ecf6b27a26681e7612d370a03e999971.tar.xz
phosphor-ipmi-kcs: Clean up dependencies
This aligns the dependencies with the current meson build. Change-Id: I9dd10716623b9af2a6196443d4ec3d966094ec54 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
index b53dd8376..cd7f376d0 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
@@ -20,11 +20,11 @@ RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw"
RRECOMMENDS_${PN} += "phosphor-ipmi-host"
DEPENDS += " \
- systemd \
+ fmt \
sdbusplus \
- boost \
- phosphor-logging \
- cli11 \
+ sdeventplus \
+ stdplus \
+ systemd \
"
S = "${WORKDIR}/git"