Add dependency to libsdbusplus

Remove ALLOW_EMPTY from sdbusplus recipe as the library has
been created.
Add dependency to phosphor-logging and state-manager.

Change-Id: Ia7be4ec9f9cd0f272ece7eccad79c0bc46bbc893
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/common/recipes-extended/sdbusplus/sdbusplus.bb b/common/recipes-extended/sdbusplus/sdbusplus.bb
index f7ec5e7..9e771f8 100644
--- a/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -31,7 +31,7 @@
         "
 
 SRC_URI += "git://github.com/openbmc/sdbusplus"
-SRCREV = "3306847106526b76af55513a0c1a5d974ede9c25"
+SRCREV = "a1fb5e6c3951eb8ad00795ba9471d968e53faad2"
 
 PACKAGECONFIG ??= "libsdbusplus"
 PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"
@@ -45,6 +45,5 @@
 
 PACKAGECONFIG_remove_class-native = "libsdbusplus"
 PACKAGECONFIG_remove_class-nativesdk = "libsdbusplus"
-ALLOW_EMPTY_${PN} = "1"
 
 BBCLASSEXTEND += "native nativesdk"