meta-phosphor: logging: point at bin

The components of phosphor-logging are now installed into bin instead of
sbin.

phosphor-logging: srcrev bump e5e3a9ccd0..e731044c79
Patrick Venture (1):
      build: install into bin instead of sbin

Change-Id: I789bfcd597aad714652a9b2a674abffc0ce09461
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/logging/phosphor-logging_git.bb b/recipes-phosphor/logging/phosphor-logging_git.bb
index 9ee46fc..f8f5a4a 100644
--- a/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -42,18 +42,18 @@
 DBUS_PACKAGES = "${LOGGING_PACKAGES}"
 
 FILES_${PN}-base += " \
-        ${sbindir}/phosphor-log-manager \
+        ${bindir}/phosphor-log-manager \
         ${libdir}/libphosphor_logging.so.* \
 "
 DBUS_SERVICE_${PN}-base += "xyz.openbmc_project.Logging.service"
 
 DBUS_SERVICE_phosphor-rsyslog-config += "xyz.openbmc_project.Syslog.Config.service"
 FILES_phosphor-rsyslog-config += " \
-        ${sbindir}/phosphor-rsyslog-conf \
+        ${bindir}/phosphor-rsyslog-conf \
 "
 
 SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "e5e3a9ccd0c3d13f63e9e1a730bd3a8cb66b48dd"
+SRCREV = "e731044c79968eb867368ef9064c34c98c50872f"
 
 S = "${WORKDIR}/git"