summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-05-16 07:01:53 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-20 16:57:56 +0300
commitb5522b17dc638fbdc1ba44fca0d08b1b2cfcc930 (patch)
treecfd99a8172c04adcd8fa0ccf785c8651d715bdac /meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
parent58a2991c2526a6a251ef95b03126773d04445a22 (diff)
downloadopenbmc-b5522b17dc638fbdc1ba44fca0d08b1b2cfcc930.tar.xz
phosphor-gpio-monitor: srcrev bump 47044e6c86..64c8fcb651
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: c2a176803a1c1688ca38b46e5ca8a3f637f8d061) Change-Id: Iccb705dc1fa0738211b2be813534666cd1d0798f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
index 985521896..c2f611de6 100644
--- a/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb
@@ -33,10 +33,10 @@ DEPENDS += "systemd"
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"