From e2375b556f8744dbfb57f561cfa7c6e67df63474 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Mon, 20 Jan 2020 14:09:47 -0600 Subject: pldm: Don't depend on phosphor-logging PLDM has no such dependency, and it will cause a circular dependency when the openpower-pels phosphor-logging extension is enabled. Add a dependency on sdeventplus. (From meta-phosphor rev: 6fd86c4ebfa1a9b467531b457498f84bc0b5fd3d) Signed-off-by: Matt Spinler Change-Id: I8278310fbce7d067a65278c507a7545b2a4c5015 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/pldm/pldm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb index c09e5dd02..f9013a908 100644 --- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb +++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb @@ -8,7 +8,7 @@ inherit meson pkgconfig require pldm.inc DEPENDS += "systemd" -DEPENDS += "phosphor-logging" +DEPENDS += "sdeventplus" DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "nlohmann-json" DEPENDS += "boost" -- cgit v1.2.3