meta-openpower: openpower-proc-control: point at bin

Point launches of openpower-proc-control to bin instead of sbin.

openpower-proc-control: srcrev bump aa2030c2fb..b964c92815
Patrick Venture (1):
      build: install into bin instead of sbin

(From meta-openpower rev: f4bf3e1ed9cb8de3030952b0e72843e41a943a03)

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I06dd1a06b7d47fbe32854e66973dd1053ed58d26
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
index 11c8563..6988c4f 100644
--- a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
+++ b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -3,7 +3,7 @@
 Conflicts=fsi-enable.service
 
 [Service]
-ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
+ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
 ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
 Type=oneshot
 RemainAfterExit=yes
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 961e8f5..9e7fb54 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -11,7 +11,7 @@
 inherit systemd
 
 SRC_URI += "git://github.com/openbmc/openpower-proc-control"
-SRCREV = "aa2030c2fb261ec9c3e43a04afdf8b7602d20258"
+SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c"
 
 DEPENDS += " \
         autoconf-archive-native \