summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-03-28 20:51:47 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-28 20:55:15 -0400
commit205dc28e18735eeb28325cb059e140f6bef743c4 (patch)
tree2e0ed24e6258b06eaae4d5339bdbc2c83b1194e7 /meta-phosphor/recipes-phosphor/dbus
parentcfbb7b2ed5ba9588bf2154dc93b699de74c143fc (diff)
downloadtalos-openbmc-205dc28e18735eeb28325cb059e140f6bef743c4.tar.gz
talos-openbmc-205dc28e18735eeb28325cb059e140f6bef743c4.zip
phosphor-dbus-monitor: srcrev bump 50b4b44aed..92907da08e
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: ed758c118274afa443784cf28efcad5617716a79) Change-Id: I82d924e2259c59071269920999042ff59646773a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
index 14a2baf51..463bd8364 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-dbus-monitor"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/openbmc/phosphor-dbus-monitor"
-SRCREV = "50b4b44aedb2a8e7258516faa8696068ec03eab4"
+SRCREV = "92907da08e311656bd5980476c252c19e8dbad11"
inherit autotools \
pkgconfig \
@@ -29,7 +29,7 @@ DEPENDS += " \
phosphor-snmp \
"
-FILES_phosphor-msl-verify = "${sbindir}/phosphor-msl-verify"
+FILES_phosphor-msl-verify = "${bindir}/phosphor-msl-verify"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud