From 205dc28e18735eeb28325cb059e140f6bef743c4 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 28 Mar 2019 20:51:47 +0000 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor') 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" -- cgit v1.2.1