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 <spinler@us.ibm.com>
Change-Id: I8278310fbce7d067a65278c507a7545b2a4c5015
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index c09e5dd..f9013a9 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -8,7 +8,7 @@
 require pldm.inc
 
 DEPENDS += "systemd"
-DEPENDS += "phosphor-logging"
+DEPENDS += "sdeventplus"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "nlohmann-json"
 DEPENDS += "boost"