phosphor-logging: srcrev bump 3025d0b563..b6b2557555

William A. Kennington III (6):
      build: Install dbus policy in datadir
      build: Don't build tests by default in submodules
      build: Remove deprecated get_pkgconfig_variable method
      extensions: Deterministic global construction ordering
      sdjournal: Migrate code into cpp file
      build: Use global variables instead of macros for test features

Change-Id: I7e8412dd429e024bbc15ca79367472f4cb5b0ab8
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index d93a85a..c21fb1e 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -42,7 +42,7 @@
 GROUPADD_PARAM_${PN}-base = "-r phosphor-logging"
 
 FILES_${PN}-base += " \
-        ${sysconfdir}/dbus-1 \
+        ${datadir}/dbus-1 \
         ${bindir}/phosphor-log-manager \
         ${libdir}/libphosphor_logging.so.* \
 "
@@ -54,7 +54,7 @@
 "
 
 SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "3025d0b5631130355ad560d040843226a48888c1"
+SRCREV = "b6b255755561d39780b65fa945ec43fd81319a9f"
 
 S = "${WORKDIR}/git"