phosphor-logging: srcrev bump 8ac20500b9..92ae483fa4

Andrew Geissler (1):
      dbus: add dbus activation support

Add the dependency on dbus, which is needed for some path variables in
its pkg-config file.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: If1e5c9e08698ca89e7ca350791711aabf0c9e71a
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 7edf1be..d6bee47 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -15,7 +15,8 @@
 DEPENDS += "libcereal"
 DEPENDS += "sdeventplus"
 DEPENDS += "packagegroup-obmc-yaml-providers"
-SRCREV = "8ac20500b99938122237db1689079020c73ac352"
+DEPENDS += "dbus"
+SRCREV = "92ae483fa4c8ae4f3cd113a31578b4565d7dabc5"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[openpower-pels] = " \
         -Dopenpower-pel-extension=enabled, \
@@ -48,6 +49,7 @@
         ${datadir}/dbus-1 \
         ${bindir}/phosphor-log-manager \
         ${libdir}/libphosphor_logging.so.* \
+        ${datadir}/dbus-1/system-services/xyz.openbmc_project.Logging.service \
 "
 FILES:phosphor-rsyslog-config += " \
         ${bindir}/phosphor-rsyslog-conf \