summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-09-05 03:30:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-06 14:57:32 +0300
commit36b64c06860b97ae7e7472511ceac625a3d58aae (patch)
treee0d077fe4161287a839f2119e3d2e420cfd15e9d /meta-phosphor/recipes-phosphor/dbus
parent5f2cc54b92d2a8a19f56e2db10093507a8fff7fd (diff)
downloadopenbmc-36b64c06860b97ae7e7472511ceac625a3d58aae.tar.xz
phosphor-dbus-monitor: srcrev bump 2ded5e1e39..3d6d3182ee
Requires a new dependency on phosphor-snmp to raise SNMP traps based on the callbacks received for the watch added on logging interface. Marri Devender Rao (1): Raise SNMP trap by reading error entry properties Patrick Venture (2): clang-format-6.0 bump fixes update .clang-format (From meta-phosphor rev: 76158005f0363559a77190b593dc9713930913ca) Change-Id: I1f38ebb5b5c6ff21326ea85d9fe10603dfe158cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Marri Devender Rao <devenrao@in.ibm.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.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
index cfa684aa0..3fd7c536b 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor.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 = "2ded5e1e3993913be34e8122f2b835468a2f9e91"
+SRCREV = "3d6d3182ee0b0e88b81fbbbe5c91dea3e99425a9"
inherit autotools \
pkgconfig \
@@ -25,17 +25,20 @@ DEPENDS += " \
autoconf-archive-native \
sdbusplus-native \
gtest \
+ phosphor-snmp \
"
RDEPENDS_${PN} += " \
sdbusplus \
phosphor-dbus-interfaces \
phosphor-logging \
+ phosphor-snmp \
"
RDEPENDS_phosphor-msl-verify += " \
sdbusplus \
phosphor-dbus-interfaces \
phosphor-logging \
+ phosphor-snmp \
"
FILES_phosphor-msl-verify = "${sbindir}/phosphor-msl-verify"