phosphor-gpio-monitor: srcrev bump 47044e6c86..64c8fcb651

Patrick Venture (1):
      build: install into bin instead of sbin

Change-Id: Ie9fefe47b9d2100b5ed80463c2ee57be761c96c5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
index 9855218..c2f611d 100644
--- a/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -33,10 +33,10 @@
 SYSTEMD_SERVICE_${PN}-monitor += "phosphor-gpio-monitor@.service"
 SYSTEMD_SERVICE_${PN}-presence += "phosphor-gpio-presence@.service"
 
-FILES_${PN}-monitor += "${sbindir}/phosphor-gpio-monitor"
-FILES_${PN}-monitor += "${sbindir}/phosphor-gpio-util"
-FILES_${PN}-presence += "${sbindir}/phosphor-gpio-presence"
+FILES_${PN}-monitor += "${bindir}/phosphor-gpio-monitor"
+FILES_${PN}-monitor += "${bindir}/phosphor-gpio-util"
+FILES_${PN}-presence += "${bindir}/phosphor-gpio-presence"
 
 SRC_URI += "git://github.com/openbmc/phosphor-gpio-monitor"
-SRCREV = "47044e6c86332cf4ba878c85bec362eb616fc7df"
+SRCREV = "64c8fcb65192c7b2abc92c1161038467eb98f667"
 S = "${WORKDIR}/git"