Add/fix hwmon dependencies

sdbusplus, phosphor-dbus-interfaces, and phosphor-logging

Change-Id: Iaa4f4b3b2217eeef7279d0a1c52fc5bb47ed1f60
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/sensors/phosphor-hwmon.bb b/common/recipes-phosphor/sensors/phosphor-hwmon.bb
index 78831e9..ff4f485 100644
--- a/common/recipes-phosphor/sensors/phosphor-hwmon.bb
+++ b/common/recipes-phosphor/sensors/phosphor-hwmon.bb
@@ -10,10 +10,17 @@
 SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Hwmon@.service"
 
 DEPENDS += "autoconf-archive-native"
-DEPENDS += "sdbusplus"
+DEPENDS += " \
+        sdbusplus \
+        phosphor-dbus-interfaces \
+        phosphor-logging \
+        "
+
 
 RDEPENDS_${PN} += "\
-        libsystemd \
+        sdbusplus \
+        phosphor-dbus-interfaces \
+        phosphor-logging \
         "
 
 SRC_URI += "git://github.com/openbmc/phosphor-hwmon"